diff --git a/ubuntu/standard/4.0/Dockerfile b/ubuntu/standard/4.0/Dockerfile index c410ebe2..08147529 100644 --- a/ubuntu/standard/4.0/Dockerfile +++ b/ubuntu/standard/4.0/Dockerfile @@ -218,7 +218,7 @@ RUN set -ex \ #**************** NODEJS **************************************************** ENV NODE_12_VERSION="12.18.0" \ - NODE_10_VERSION="10.21.0" + NODE_10_VERSION="10.23.0" RUN n $NODE_10_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 \