Skip to content

Commit 3fc4eb5

Browse files
chore: bump node 14.x to latest 14.17.2 (#468)
Blog post on July 2021 Security Releases: nodejs.org/en/blog/vulnerability/july-2021-security-releases Co-authored-by: Leo Herran <[email protected]>
1 parent 0c42f8c commit 3fc4eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/standard/5.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ RUN set -ex \
202202
#**************** NODEJS ****************************************************
203203

204204
ENV NODE_12_VERSION="12.22.2"
205-
ENV NODE_14_VERSION="14.15.4"
205+
ENV NODE_14_VERSION="14.17.2"
206206

207207
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 \
208208
&& 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

Comments
 (0)