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 \