Bump to latest 0.3.0 release. (#347)

This commit is contained in:
Abhilash Raj
2019-10-13 20:13:23 -07:00
committed by GitHub
parent 5288154e37
commit 7965824453
3 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ RUN apk update \
&& 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.2 \
mailman==3.3.0 \
mailman-hyperkitty==1.1.0 \
pymysql \
&& apk del build-deps \