Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent cd8292f commit 33db5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: phonehome-prod
services:
database:
image: postgres:14.12-alpine
image: postgres:14.13-alpine
healthcheck:
test: [ "CMD", "pg_isready", "-q", "-d", "phonehome", "-U", "phonehome" ]
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: phonehome-development
services:
database:
image: postgres:14.12-alpine
image: postgres:14.13-alpine
healthcheck:
test: [ "CMD", "pg_isready", "-q", "-d", $DB_DATABASE, "-U", $DB_USERNAME ]
ports:
Expand Down

0 comments on commit 33db5b1

Please sign in to comment.