From d93dd4b02bba3bd6ee4fee4c431b85407c601dd0 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 29 Mar 2019 14:28:26 -0700 Subject: [PATCH] Bump Core to 3.2.2 --- core/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Dockerfile b/core/Dockerfile index e66cfe5..3f8cfd3 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -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 \