From fed87fbbc7b073676e8fd9bf53698de80634bc71 Mon Sep 17 00:00:00 2001 From: Zhen Guang Date: Mon, 29 Apr 2024 10:03:51 +0000 Subject: [PATCH] web: update acme.sh version to 3.0.7 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 5f29e5f..e26b906 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.url="https://jitsi.org/jitsi-meet/" LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-jitsi-meet" LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" -ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt +ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/3.0.7/acme.sh /opt COPY rootfs/ / RUN apt-dpkg-wrap apt-get update && \