Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17 (#1125)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent e773e57 commit 54beee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 123456
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- redis

db:
image: postgres:16.4-alpine3.20
image: postgres:17.0-alpine3.20
container_name: db
ports:
- 5432:5432
Expand Down

0 comments on commit 54beee4

Please sign in to comment.