diff --git a/Dockerfile b/Dockerfile index f3217967c54..d133606c13e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nginx:1.23.1-alpine -RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0" +RUN apk update && apk add --no-cache "nodejs>=16.17.1-r0" LABEL maintainer="fehguy"