Use latest Django 2.2 release. (#356)

This commit is contained in:
Abhilash Raj
2019-12-18 22:52:37 -08:00
committed by GitHub
parent 6dc9598ee4
commit 1c08a20f2b
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ RUN set -ex \
psycopg2 \
dj-database-url \
mysqlclient \
&& pip install -U 'Django<2.2' \
&& pip install -U 'Django<3.0' \
&& pip install -U git+https://gitlab.com/mailman/django-mailman3@${DJ_MM3_REF} \
&& apk del .build-deps \
&& addgroup -S mailman \