Skip to content

Commit

Permalink
Merge pull request #47 from rustymotors/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
drazisil authored Oct 7, 2024
2 parents f80cde5 + ef47f3a commit 1a51436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
db:
image: postgres:16.4@sha256:0cf02e45421b780449f0bab6b4af7e5ab2c37d3ca729e284fcec1a18f3fa9354
image: postgres:17.0@sha256:4ec37d2a07a0067f176fdcc9d4bb633a5724d2cc4f892c7a2046d054bb6939e5
restart: always
environment:
POSTGRES_DB: rm
Expand Down

0 comments on commit 1a51436

Please sign in to comment.