Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 968c604 commit ed73d3f
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 ed73d3f

Please sign in to comment.