Skip to content

Commit

Permalink
Renovate: Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent d1c34ea commit 6c4d4e6
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
goveralls -service=github -coverprofile=build/cover.out
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_PASSWORD: postgres
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-distribution-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: always()
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_PASSWORD: mysecretpassword
ports:
Expand Down

0 comments on commit 6c4d4e6

Please sign in to comment.