dep update/update prebuilt certbot

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
renovate[bot] 2024-06-28 18:33:40 +00:00 committed by Zoey
parent 67dbf3286a
commit 0b388e0cf8
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ RUN apk upgrade --no-cache -a && \
FROM zoeyvid/nginx-quic:296-python
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY rootfs /
COPY --from=zoeyvid/certbot-docker:42 /usr/local /usr/local
COPY --from=zoeyvid/certbot-docker:43 /usr/local /usr/local
COPY --from=zoeyvid/curl-quic:397 /usr/local/bin/curl /usr/local/bin/curl
ARG CRS_VER=v4.4.0

View file

@ -29,8 +29,8 @@
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.5.0",
"eslint": "9.5.0",
"@eslint/js": "9.6.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.6.0",