From d81eba08271e05029f409e0d74396e98fb084f51 Mon Sep 17 00:00:00 2001 From: Alex Forsyth Date: Tue, 10 Nov 2020 16:24:20 -0500 Subject: [PATCH] fix: bump node to latest 10.x 10.23.0 --- ubuntu/standard/4.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \