Bump Core to 3.3.2

This commit is contained in:
Abhilash Raj
2020-11-08 19:39:01 +00:00
parent 77fbf814f2
commit aec782d539
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ un-released software and should be assumed to be beta quality.**
Every commit is tested with Mailman's CI infrastructure and is included in Every commit is tested with Mailman's CI infrastructure and is included in
rolling releases only if they have passed the complete test suite. rolling releases only if they have passed the complete test suite.
``` ```bash
$ docker pull docker.io/maxking/mailman-web:rolling $ docker pull docker.io/maxking/mailman-web:rolling
$ docker pull docker.io/maxking/mailman-core:rolling $ docker pull docker.io/maxking/mailman-core:rolling
``` ```

View File

@@ -14,7 +14,7 @@ RUN apk update \
&& python3 -m pip install -U pip setuptools wheel \ && python3 -m pip install -U pip setuptools wheel \
&& python3 -m pip install psycopg2 \ && python3 -m pip install psycopg2 \
gunicorn==19.9.0 \ gunicorn==19.9.0 \
mailman==3.3.1 \ mailman==3.3.2 \
mailman-hyperkitty==1.1.0 \ mailman-hyperkitty==1.1.0 \
pymysql \ pymysql \
'dnspython<2.0' \ 'dnspython<2.0' \