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 Oct 7, 2024
1 parent 2ef2ae5 commit 160de33
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

db:
restart: unless-stopped
image: postgres:16-alpine
image: postgres:17-alpine
networks:
- internal_network
environment:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
ports:
- 54312:5432
env:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
ports:
- 54312:5432
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
ports:
- 54312:5432
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
ports:
- 54312:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion compose.local-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

db:
restart: always
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- "5432:5432"
env_file:
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/test/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- "127.0.0.1:56312:6379"

dbtest:
image: postgres:16
image: postgres:17
ports:
- "127.0.0.1:54312:5432"
environment:
Expand Down

0 comments on commit 160de33

Please sign in to comment.