Skip to content

Commit 019618e

Browse files
authored
Update PostgreSQL version in docker-compose (django#126)
1 parent db2c406 commit 019618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
- db
1919
db:
20-
image: postgres:10-alpine
20+
image: postgres:12-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)