From 89d9a0f626cb65bdfabe91781588297ad2cd70dc Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 24 Feb 2019 22:05:14 -0800 Subject: [PATCH] Pin Django to 2.1.5 --- postorius/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postorius/Dockerfile.dev b/postorius/Dockerfile.dev index 13b0c42..479d9c4 100644 --- a/postorius/Dockerfile.dev +++ b/postorius/Dockerfile.dev @@ -26,7 +26,7 @@ RUN set -ex \ psycopg2 \ dj-database-url \ mysqlclient \ - && pip install -U django>=1.11\ + && pip install -U django==2.1.5\ && pip install -U git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \ && apk del .build-deps \ && addgroup -S mailman \