Skip to content

Commit

Permalink
Merge pull request #1206 from procrastinate-org/renovate/major-all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies (major)
  • Loading branch information
renovate[bot] authored Sep 28, 2024
2 parents c710463 + 37020dc commit 313dd1a
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 @@ -24,7 +24,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:17
# Set health checks to wait until postgres has started
env:
POSTGRES_PASSWORD: postgres
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:
- postgres
user: ${UID:-0}:${GID:-0}
postgres:
image: postgres:16
image: postgres:17
ports: ["5432:5432"]
environment:
POSTGRES_DB: procrastinate
Expand Down

0 comments on commit 313dd1a

Please sign in to comment.