Skip to content

Commit

Permalink
Bump Hyperkitty to 1.3.5 release (#524)
Browse files Browse the repository at this point in the history
* Bump Hyperkitty to 1.3.5 release

* Disable docker layer caching
  • Loading branch information
maxking authored Oct 28, 2021
1 parent d63b3ce commit 420d47e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
default: "no"
machine:
image: ubuntu-2004:202010-01
docker_layer_caching: true
environment:
DOCKER_BUILDKIT: 1
BUILDKIT_PROGRESS: plain
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 420d47e

Please sign in to comment.