Skip to content

Commit 1a8c1c0

Browse files
authored
Merge pull request #3503 from bcgov/renovate/postgres-16.x
chore(deps): update postgres docker tag to v16.4
2 parents d2b7b48 + b29010e commit 1a8c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localdev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
postgres:
5757
platform: linux/amd64
5858
container_name: postgres
59-
image: postgres:16.3
59+
image: postgres:16.4
6060
healthcheck:
6161
test: [CMD, pg_isready, -q, -d, keycloak, -U, postgres]
6262
timeout: 45s

0 commit comments

Comments
 (0)