From 93bc46f80e7228161e0f697186ac692bbfc25611 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 2 Sep 2018 12:57:44 -0700 Subject: [PATCH] Upgrade P and HK versions to make the builds pass. --- web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 356a050..4d17f24 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -17,8 +17,8 @@ RUN set -ex \ postgresql-client mysql-client py-mysqldb curl mailcap \ && pip install -U django==2.0.5 pip \ && pip install mailmanclient==3.2.0 \ - postorius==1.2.1 \ - hyperkitty==1.2.0 \ + postorius==1.2.2 \ + hyperkitty==1.2.1 \ django-mailman3==1.2.0 \ whoosh \ uwsgi \