Skip to content

Commit

Permalink
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 57df56b commit 47c5682
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 @@ -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

0 comments on commit 47c5682

Please sign in to comment.