Bump Core to 3.2.2

This commit is contained in:
Abhilash Raj
2019-03-29 14:28:26 -07:00
committed by GitHub
parent be57cb9db5
commit d93dd4b02b

View File

@@ -11,8 +11,8 @@ RUN apk update \
libffi-dev \
&& apk add --no-cache bash su-exec postgresql-client mysql-client curl python py3-setuptools \
&& python3 -m pip install -U pip \
&& python3 -m pip install psycopg2 \
mailman==3.2 \
&& python3 -m pip install psycopg2 \
mailman==3.2.2 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \