diff --git a/Dockerfile b/Dockerfile index 53ff7af9..7237ed51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nginx:1.25.4-alpine -RUN apk add "nodejs" +RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 " LABEL maintainer="char0n"