Bump Hyperkitty to 1.3.5 release (#524)

* Bump Hyperkitty to 1.3.5 release

* Disable docker layer caching
This commit is contained in:
Abhilash Raj
2021-10-28 15:47:38 -07:00
committed by GitHub
parent d63b3ce8bd
commit 420d47e88e
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ jobs:
default: "no"
machine:
image: ubuntu-2004:202010-01
docker_layer_caching: true
environment:
DOCKER_BUILDKIT: 1
BUILDKIT_PROGRESS: plain

View File

@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache \
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
&& pip install mailmanclient==3.3.3 \
postorius==1.3.6 \
hyperkitty==1.3.4 \
hyperkitty==1.3.5 \
django-mailman3==1.3.7 \
whoosh \
uwsgi \