Skip to content

Commit

Permalink
Bump Mailaman components. (#378)
Browse files Browse the repository at this point in the history
* Bump Mailaman-web components.

* Bump mailman core
  • Loading branch information
maxking authored Jun 13, 2020
1 parent 839d42f commit d502b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk update \
&& python3 -m pip install -U pip \
&& python3 -m pip install psycopg2 \
gunicorn==19.9.0 \
mailman==3.3.0 \
mailman==3.3.1 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \
Expand Down
6 changes: 3 additions & 3 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN set -ex \
python3 py3-setuptools xapian-core xapian-bindings-python3 libffi \
&& python3 -m pip install -U 'Django<3.0' pip \
&& python3 -m pip install mailmanclient==3.3.0 \
postorius==1.3.2 \
hyperkitty==1.3.2 \
django-mailman3==1.3.2 \
postorius==1.3.3 \
hyperkitty==1.3.3 \
django-mailman3==1.3.4 \
whoosh \
uwsgi \
psycopg2 \
Expand Down

0 comments on commit d502b34

Please sign in to comment.