dep update/update prebuilt certbot
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
67dbf3286a
commit
0b388e0cf8
2 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ RUN apk upgrade --no-cache -a && \
|
||||||
FROM zoeyvid/nginx-quic:296-python
|
FROM zoeyvid/nginx-quic:296-python
|
||||||
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
||||||
COPY rootfs /
|
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
|
COPY --from=zoeyvid/curl-quic:397 /usr/local/bin/curl /usr/local/bin/curl
|
||||||
|
|
||||||
ARG CRS_VER=v4.4.0
|
ARG CRS_VER=v4.4.0
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
|
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "9.5.0",
|
"@eslint/js": "9.6.0",
|
||||||
"eslint": "9.5.0",
|
"eslint": "9.6.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"eslint-plugin-prettier": "5.1.3",
|
"eslint-plugin-prettier": "5.1.3",
|
||||||
"globals": "15.6.0",
|
"globals": "15.6.0",
|
||||||
|
|
Loading…
Reference in a new issue