Update bitnami/postgresql Docker tag to v16.6.0 (#12486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-12 07:48:58 +01:00 committed by GitHub
parent 1b5e538d6a
commit 503b31e67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ version: '2'
services:
postgresql-master:
image: 'bitnami/postgresql:16.3.0'
image: 'bitnami/postgresql:16.6.0'
ports:
- '5432:5432'
environment:
@ -38,7 +38,7 @@ services:
- POSTGRESQL_EXTRA_FLAGS=-c work_mem=100000 -c log_statement=all
postgresql-slave:
image: 'bitnami/postgresql:16.3.0'
image: 'bitnami/postgresql:16.6.0'
ports:
- '5433:5432'
depends_on: