Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent a72f320 commit e82e74a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

db:
restart: unless-stopped
image: postgres:15-alpine
image: postgres:16-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 @@ -25,7 +25,7 @@ jobs:

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

services:
postgres:
image: postgres:15
image: postgres:16
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:15
image: postgres:16
ports:
- 54312:5432
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

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

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

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

0 comments on commit e82e74a

Please sign in to comment.