Skip to content

Commit

Permalink
Upgrade psql, v15 => v16 (#97)
Browse files Browse the repository at this point in the history
* build: Bump psql in local stack, v15 => v16

* build: Bump psql in ci, v15 => v16
  • Loading branch information
bdewilde authored Feb 4, 2024
1 parent 90fb3ec commit 528f0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
services:
# NOTE: these containers should match those in app's docker compose file
colandr_db:
image: "postgres:15"
image: "postgres:16"
env:
POSTGRES_USER: ${{ env.COLANDR_DB_USER }}
POSTGRES_PASSWORD: ${{ env.COLANDR_DB_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: colandr-back
services:
db:
container_name: colandr-db
image: "postgres:15"
image: "postgres:16"
restart: unless-stopped
stop_grace_period: 5s
volumes:
Expand Down

0 comments on commit 528f0ed

Please sign in to comment.