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",