Update Core and Postorius to new releases.

This commit is contained in:
Abhilash Raj
2017-11-21 01:05:17 -08:00
committed by Abhilash Raj
parent d846f1c763
commit 735f8746dc
2 changed files with 2 additions and 3 deletions

View File

@@ -10,10 +10,9 @@ RUN apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev \
&& apk add bash su-exec postgresql-client mysql-client curl \
&& pip install psycopg2 \
mailman==3.1.0 \
mailman==3.1.1 \
mailman-hyperkitty==1.1.0 \
pymysql \
alembic==0.9.5 \
&& apk del build-deps \
&& adduser -S mailman

View File

@@ -16,7 +16,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py-mysqldb curl \
&& pip install -U mailmanclient==3.1.1 \
postorius==1.1.0 \
postorius==1.1.1 \
hyperkitty==1.1.4 \
django-mailman3==1.1.0 \
whoosh \