From 0b388e0cf88a214144c6541d3300f0687a579c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:33:40 +0000 Subject: [PATCH] dep update/update prebuilt certbot Signed-off-by: Zoey --- Dockerfile | 2 +- backend/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5385587c..986a96d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/backend/package.json b/backend/package.json index bd0aade0..82a4a488 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,8 +29,8 @@ "author": "Jamie Curnow and ZoeyVid ", "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",