From fb60b6ab309a76c56471768f7002aa34794a18d2 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Mon, 9 Oct 2017 22:32:52 -0700 Subject: [PATCH] Upgrade HK to 1.1.4 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 31617e2..15aae65 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -17,7 +17,7 @@ RUN set -ex \ postgresql-client mysql-client py-mysqldb \ && pip install -U mailmanclient==3.1.1 \ postorius==1.1.0 \ - hyperkitty==1.1.1 \ + hyperkitty==1.1.4 \ django-mailman3==1.1.0 \ whoosh \ uwsgi \