Bump to latest 0.3.0 release. (#347)

This commit is contained in:
Abhilash Raj
2019-10-13 20:13:23 -07:00
committed by GitHub
parent 5288154e37
commit 7965824453
3 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ RUN set -ex \
postgresql-dev mariadb-dev libffi-dev \
&& apk add --no-cache --virtual .mailman-rundeps bash libffi \
postgresql-client mysql-client py-mysqldb curl mailcap \
&& pip install -U Django==2.1.5 pip \
&& pip install postorius==1.2.4 \
&& pip install -U Django==2.2 pip \
&& pip install postorius==1.3.0 \
uwsgi \
psycopg2 \
dj-database-url \