Skip to content

Commit 420d47e

Browse files
authored
Bump Hyperkitty to 1.3.5 release (#524)
* Bump Hyperkitty to 1.3.5 release * Disable docker layer caching
1 parent d63b3ce commit 420d47e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
default: "no"
99
machine:
1010
image: ubuntu-2004:202010-01
11-
docker_layer_caching: true
1211
environment:
1312
DOCKER_BUILDKIT: 1
1413
BUILDKIT_PROGRESS: plain

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache \
1919
&& python3 -m pip install -U 'Django<3.2' pip setuptools wheel \
2020
&& pip install mailmanclient==3.3.3 \
2121
postorius==1.3.6 \
22-
hyperkitty==1.3.4 \
22+
hyperkitty==1.3.5 \
2323
django-mailman3==1.3.7 \
2424
whoosh \
2525
uwsgi \

0 commit comments

Comments
 (0)