Skip to content

Commit

Permalink
Bump versions. (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxking authored Dec 13, 2019
1 parent 9ebc271 commit 6dc9598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion postorius/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 libffi \
postgresql-client mysql-client py-mysqldb curl mailcap \
&& pip install -U Django==2.2 pip \
&& pip install postorius==1.3.0 \
&& pip install postorius==1.3.1 \
uwsgi \
psycopg2 \
dj-database-url \
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==2.2 pip \
&& python3 -m pip install mailmanclient==3.3.0 \
postorius==1.3.0 \
hyperkitty==1.3.0 \
django-mailman3==1.3.0 \
postorius==1.3.1 \
hyperkitty==1.3.1 \
django-mailman3==1.3.1 \
whoosh \
uwsgi \
psycopg2 \
Expand Down

0 comments on commit 6dc9598

Please sign in to comment.