Skip to content

Commit

Permalink
Update Core and Postorius to new releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking committed Nov 21, 2017
1 parent d846f1c commit a789e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a789e24

Please sign in to comment.