Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent bfaa97c commit 15775ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: "postgres:17.1"
image: "postgres:17.2"
environment:
POSTGRES_USER: drinks
POSTGRES_PASSWORD: drinks
Expand Down
2 changes: 1 addition & 1 deletion compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: "postgres:17.1"
image: "postgres:17.2"
environment:
POSTGRES_USER: drinks
POSTGRES_PASSWORD: drinks
Expand Down

0 comments on commit 15775ce

Please sign in to comment.