Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] db34a0ae2b
Update docker.io/postgres Docker tag to v17 2024-09-27 03:23:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ services:
interval: 15s
postgres:
image: docker.io/postgres:16-alpine
image: docker.io/postgres:17-alpine
env_file: env/postgres.env
healthcheck:
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose

View File

@ -46,7 +46,7 @@ services:
# postgres
postgres:
image: docker.io/postgres:16-alpine
image: docker.io/postgres:17-alpine
healthcheck:
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
start_period: 20s