We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c42f8c commit 3fc4eb5Copy full SHA for 3fc4eb5
ubuntu/standard/5.0/Dockerfile
@@ -202,7 +202,7 @@ RUN set -ex \
202
#**************** NODEJS ****************************************************
203
204
ENV NODE_12_VERSION="12.22.2"
205
-ENV NODE_14_VERSION="14.15.4"
+ENV NODE_14_VERSION="14.17.2"
206
207
RUN n $NODE_14_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \
208
&& n $NODE_12_VERSION && npm install --save-dev -g -f grunt && npm install --save-dev -g -f grunt-cli && npm install --save-dev -g -f webpack \
0 commit comments