From 22b3b7d4024a00e9896837fa04883cbaeef38b20 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 19 Jun 2022 03:56:39 +0000 Subject: [PATCH] Hyperkitty needs mistune 2.0.0rc1 --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index 31d53cc..297f074 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -21,6 +21,7 @@ RUN --mount=type=cache,target=/root/.cache \ postorius==1.3.6 \ hyperkitty==1.3.5 \ django-mailman3==1.3.7 \ + mistune==2.0.0rc1 \ whoosh \ uwsgi \ 'psycopg2<2.9' \