dep updates

This commit is contained in:
renovate[bot] 2024-05-03 21:01:26 +00:00 committed by Zoey
parent d5c5fddf59
commit 7632bdcccc
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ ARG CRS_VER=v4.2.0
COPY rootfs /
COPY --from=zoeyvid/certbot-docker:34 /usr/local /usr/local
COPY --from=zoeyvid/curl-quic:380 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/curl-quic:384 /usr/local/bin/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini \

View file

@ -29,11 +29,11 @@
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.1.1",
"eslint": "9.1.1",
"@eslint/js": "9.2.0",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.1.0",
"globals": "15.2.0",
"prettier": "3.2.5"
}
}