From 57fa5b23bd886aa8233cf2bd1e7c23580df552da Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 27 Mar 2021 15:45:31 -0700 Subject: [PATCH] Upgrade Core to 3.3.4 --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index 7900be0..b3f341f 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -14,7 +14,7 @@ RUN apk update \ && python3 -m pip install -U pip setuptools wheel \ && python3 -m pip install psycopg2 \ gunicorn==19.9.0 \ - mailman==3.3.3 \ + mailman==3.3.4 \ mailman-hyperkitty==1.1.0 \ pymysql \ && apk del build-deps \