Upgrade Core to 3.3.4

This commit is contained in:
Abhilash Raj
2021-03-27 15:45:31 -07:00
parent dcc130678f
commit 57fa5b23bd

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.3 \ mailman==3.3.4 \
mailman-hyperkitty==1.1.0 \ mailman-hyperkitty==1.1.0 \
pymysql \ pymysql \
&& apk del build-deps \ && apk del build-deps \