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 13, 2025
1 parent 919df82 commit e6b6e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- 5432:5432
env:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:

database:
container_name: codedang-database
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- 5433:5432
environment:
Expand All @@ -61,7 +61,7 @@ services:

test-database:
container_name: codedang-test-database
image: postgres:16-alpine
image: postgres:17-alpine
ports:
- 5434:5432
environment:
Expand Down

0 comments on commit e6b6e64

Please sign in to comment.