Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent ef64cb0 commit 744d362
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.14-alpine
image: postgres:14.15-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.14-alpine
image: postgres:14.15-alpine
healthcheck:
test: [ "CMD", "pg_isready", "-q", "-d", $DB_DATABASE, "-U", $DB_USERNAME ]
ports:
Expand Down

0 comments on commit 744d362

Please sign in to comment.