Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 86dccf7 commit f46f36b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
db:
image: postgres:14
image: postgres:17
ports: ["5432:5432"]
env:
POSTGRES_USER: turbo
Expand Down
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:14.15
image: postgres:17.2
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:14.15
image: postgres:17.2
container_name: pg_turbo_dev
environment:
- POSTGRES_USER=turbo
Expand Down

0 comments on commit f46f36b

Please sign in to comment.