Skip to content

Commit

Permalink
Fixed #127 -- Updated PostgreSQL to 14 in docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Feb 9, 2024
1 parent 1a366c8 commit 1e87f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
depends_on:
- db
db:
image: postgres:12-alpine
image: postgres:14-alpine
ports:
# Port 5435 might be handy for loading trac.sql from the djangoproject.com repo
- 5435:5432
Expand Down

0 comments on commit 1e87f0f

Please sign in to comment.