Update postgres Docker tag to v16

This commit is contained in:
renovate[bot] 2023-09-23 14:42:28 +00:00 committed by GitHub
parent d0fbb37d66
commit 714a132566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ services:
interval: 15s interval: 15s
test: "ps -aux | grep -v grep | grep -q housekeeping || exit 1" test: "ps -aux | grep -v grep | grep -q housekeeping || exit 1"
postgres: postgres:
image: postgres:15-alpine image: postgres:16-alpine
env_file: env/postgres.env env_file: env/postgres.env
healthcheck: healthcheck:
test: "pg_isready -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER" ## $$ because of docker-compose test: "pg_isready -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER" ## $$ because of docker-compose