From 3c7881872f16d75b01a091a1810012c41f677f83 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 6 Aug 2017 10:05:50 -0700 Subject: [PATCH] Bump hyperkitty to version 1.1.1 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index dde5723..7d60599 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ && apk add --no-cache --virtual .mailman-rundeps bash sassc postgresql-client \ && pip install -U mailmanclient==3.1.0 \ postorius==1.1.0 \ - hyperkitty==1.1.0 \ + hyperkitty==1.1.1 \ django-mailman3==1.1.0 \ whoosh \ uwsgi \