Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 308bce5 commit 0c2040e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
volumes:
- ./docker_turbo_artifacts:/var/turbo_artifacts
turbo_racer_db:
image: postgres:17.3
image: postgres:17.4
container_name: turbo_racer_db
healthcheck:
test: ["CMD-SHELL", "pg_isready -U turbo_racer"]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:

dev_db:
image: postgres:17.3
image: postgres:17.4
container_name: pg_turbo_dev
environment:
- POSTGRES_USER=turbo
Expand Down

0 comments on commit 0c2040e

Please sign in to comment.