diff --git a/ubuntu/standard/5.0/Dockerfile b/ubuntu/standard/5.0/Dockerfile index eef4a90e..524c1a98 100644 --- a/ubuntu/standard/5.0/Dockerfile +++ b/ubuntu/standard/5.0/Dockerfile @@ -202,7 +202,7 @@ RUN set -ex \ #**************** NODEJS **************************************************** ENV NODE_12_VERSION="12.22.2" -ENV NODE_14_VERSION="14.17.2" +ENV NODE_14_VERSION="14.18.1" 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 \ && 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 \