Skip to content

Commit

Permalink
Merge pull request #68 from dargstack/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
dargmuesli authored Sep 29, 2024
2 parents e105da5 + 5814120 commit fb4562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_USER_FILE: /run/secrets/postgres_user
image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
image: postgres:17.0-alpine@sha256:14195b0729fce792f47ae3c3704d6fd04305826d57af3b01d5b4d004667df174
secrets:
- postgres_db
- postgres_password
Expand Down

0 comments on commit fb4562b

Please sign in to comment.