Skip to content

Commit 4628241

Browse files
authored
Merge pull request #4947 from bcgov/renovate/postgres-17.x
chore(deps): update postgres docker tag to v17.3
2 parents acc55e3 + 283a451 commit 4628241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/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:17.0
59+
image: postgres:17.3
6060
healthcheck:
6161
test: [CMD, pg_isready, -q, -d, keycloak, -U, postgres]
6262
timeout: 45s

0 commit comments

Comments
 (0)