Skip to content

Commit 1e87f0f

Browse files
authored
Fixed #127 -- Updated PostgreSQL to 14 in docker-compose.
1 parent 1a366c8 commit 1e87f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
- db
1919
db:
20-
image: postgres:12-alpine
20+
image: postgres:14-alpine
2121
ports:
2222
# Port 5435 might be handy for loading trac.sql from the djangoproject.com repo
2323
- 5435:5432

0 commit comments

Comments
 (0)