Skip to content

Commit

Permalink
Merge pull request #654 from piny940/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v17
  • Loading branch information
piny940 authored Nov 28, 2024
2 parents 7f31f0f + 6cef011 commit 0f74afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
backend:
services:
postgres:
image: postgres:15.10-alpine
image: postgres:17.2-alpine
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- backend

db:
image: postgres:15.10-alpine
image: postgres:17.2-alpine
restart: always
container_name: portfolio-db
volumes:
Expand Down

0 comments on commit 0f74afe

Please sign in to comment.