From aec782d5396fa4580835abb6ad61bdf36e66c8b2 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 8 Nov 2020 19:39:01 +0000 Subject: [PATCH] Bump Core to 3.3.2 --- README.md | 2 +- core/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8099b..dabbc8e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ un-released software and should be assumed to be beta quality.** Every commit is tested with Mailman's CI infrastructure and is included in rolling releases only if they have passed the complete test suite. -``` +```bash $ docker pull docker.io/maxking/mailman-web:rolling $ docker pull docker.io/maxking/mailman-core:rolling ``` diff --git a/core/Dockerfile b/core/Dockerfile index 43e5c94..5d54a90 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.1 \ + mailman==3.3.2 \ mailman-hyperkitty==1.1.0 \ pymysql \ 'dnspython<2.0' \