Skip to content

Commit

Permalink
Merge pull request #3869 from bcgov/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v17
  • Loading branch information
junminahn committed Sep 27, 2024
2 parents 480f137 + ed73d3f commit 998a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localdev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
postgres:
platform: linux/amd64
container_name: postgres
image: postgres:16.4
image: postgres:17.0
healthcheck:
test: [CMD, pg_isready, -q, -d, keycloak, -U, postgres]
timeout: 45s
Expand Down

0 comments on commit 998a3fc

Please sign in to comment.