From 64c04ce8dc3c593dbf18fd7fb61968c975a5a240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6tten?= Date: Mon, 29 Apr 2019 20:23:56 +0200 Subject: [PATCH] bump hyperkitty to 1.2.2 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 1da8abb..8adc0ae 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -19,7 +19,7 @@ RUN set -ex \ && python3 -m pip install -U django==2.1.5 pip \ && python3 -m pip install mailmanclient==3.2.2 \ postorius==1.2.4 \ - hyperkitty==1.2.1 \ + hyperkitty==1.2.2 \ django-mailman3==1.2.0 \ whoosh \ uwsgi \