Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 7d6f377 commit bb89091
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:16.3"
image: "postgres:16.4"
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:16.3"
image: "postgres:16.4"
environment:
POSTGRES_USER: drinks
POSTGRES_PASSWORD: drinks
Expand Down

0 comments on commit bb89091

Please sign in to comment.