Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 24, 2024
1 parent 891dbb4 commit b787ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
command: sleep infinity

db:
image: postgres:15.6-alpine3.19
image: postgres:15.7-alpine3.19
restart: no
environment:
POSTGRES_PASSWORD: admin
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
psql:
image: postgres:15.6-alpine3.19
image: postgres:15.7-alpine3.19
restart: no
environment:
POSTGRES_PASSWORD: admin
Expand Down

0 comments on commit b787ccb

Please sign in to comment.