Skip to content

Commit

Permalink
Update Deps with major upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent f08fd2a commit d344b9a
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 @@ -23,7 +23,7 @@ jobs:

services:
postgres:
image: postgres:15
image: postgres:16
# 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:15
image: postgres:16
ports: ["5432:5432"]
environment:
POSTGRES_DB: procrastinate
Expand Down

0 comments on commit d344b9a

Please sign in to comment.