chore(deps): update postgres docker tag to v17 (#4181)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-05 10:39:34 +01:00 committed by GitHub
parent 5d13dc649e
commit 8bd97470c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ version: '3'
services: services:
gitea-database: gitea-database:
image: postgres:16.3-alpine image: postgres:17.0-alpine
environment: environment:
POSTGRES_USER: gitea POSTGRES_USER: gitea
POSTGRES_PASSWORD: 123456 POSTGRES_PASSWORD: 123456