From 81f62c50b6c2d87a6ad653269fc949f5c1ea72d7 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 4 Apr 2023 11:48:12 +0200 Subject: [PATCH] add zope/dep updates Update zoeyvid/nginx-quic Docker tag to v106 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc0755f5..b6e5ec12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,14 +30,14 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \ yarn cache clean --all -FROM zoeyvid/nginx-quic:103 +FROM zoeyvid/nginx-quic:106 RUN apk add --no-cache ca-certificates tzdata \ nodejs-current \ openssl apache2-utils \ coreutils grep jq curl \ build-base libffi-dev && \ # Install Certbot - pip install --no-cache-dir certbot && \ + pip install --no-cache-dir certbot zope && \ # Clean apk del --no-cache build-base libffi-dev