diff --git a/Dockerfile b/Dockerfile index f32d493d..ecee7744 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN apk add --no-cache ca-certificates git build-base && \ FROM zoeyvid/certbot-docker:13 as certbot -FROM zoeyvid/nginx-quic:211 +FROM zoeyvid/nginx-quic:217 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] COPY rootfs / RUN apk add --no-cache ca-certificates tzdata tini \