Skip to content

Commit

Permalink
Upgrade PostgreSQL to 15 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne authored Feb 6, 2024
1 parent a1cef9d commit eb9a810
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 @@ -58,7 +58,7 @@ jobs:
# Service container for postgres
services:
postgres:
image: postgres:12
image: postgres:15
env:
POSTGRES_PASSWORD: postgres # pragma: allowlist secret
# Set health checks to wait until postgres has started
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- ./media:/app/media:delegated

db:
image: postgres:12.3
image: postgres:15
expose:
- 5432
environment:
Expand Down

0 comments on commit eb9a810

Please sign in to comment.