We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97998c commit 3e0d069Copy full SHA for 3e0d069
Dockerfile
@@ -4,7 +4,7 @@
4
5
FROM nginx:1.19-alpine
6
7
-RUN apk --no-cache add nodejs
+RUN apk update && apk add --no-cache "nodejs>=14.17.4-r0"
8
9
LABEL maintainer="fehguy"
10
0 commit comments