We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ababe4 + c39b9ed commit 003e95eCopy full SHA for 003e95e
1 file changed
2.3/Dockerfile
@@ -27,7 +27,7 @@ RUN set -ex \
27
done
28
29
ENV NPM_CONFIG_LOGLEVEL info
30
-ENV NODE_VERSION 6.12.0
+ENV NODE_VERSION 6.14.4
31
32
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
33
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
0 commit comments