Upgrade Mailman 3 versions (#433)

* Upgrading Mailman 3 versions

* Fixing dependencies
This commit is contained in:
Danil Smirnov
2021-02-25 07:36:59 +02:00
committed by GitHub
parent 3c138c6194
commit 297bf35b1b
3 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ RUN apk update \
&& python3 -m pip install -U pip setuptools wheel \
&& python3 -m pip install psycopg2 \
gunicorn==19.9.0 \
mailman==3.3.2 \
mailman==3.3.3 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \