dep updates/fix #696

This commit is contained in:
renovate[bot]
2024-03-10 04:01:07 +00:00
committed by Zoey
parent d91c4593c3
commit 9d0574edb7
4 changed files with 21 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG CRS_VER=v4.0.0
COPY rootfs /
COPY --from=zoeyvid/certbot-docker:25 /usr/local /usr/local
COPY --from=zoeyvid/certbot-docker:26 /usr/local /usr/local
COPY --from=zoeyvid/curl-quic:373 /usr/local/bin/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \