Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgres Docker tag to v17 #9528

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 9.11.0
# renovate: datasource=docker depName=postgres
POSTGRES_VERSION: 16
POSTGRES_VERSION: 17

jobs:
changed-files:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x-backend: &backend

services:
postgres:
image: postgres:16@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c
image: postgres:17@sha256:173c699e0da844287d5ba4b99e02dfa51d8e89d341d519988d2aa9e9a4a4a3b1
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down
Loading