From d4735464b5c46b166cd152b74d90c464b52d71a5 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Thu, 19 Jul 2018 13:59:34 -0600 Subject: [PATCH] fixes Azure/azure-cli-docker#50 nodesource.com does not have a 6.11.3 deb, but does have 6.11.2 --- 0.10.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.10.17/Dockerfile b/0.10.17/Dockerfile index 299bdfe..9f1e266 100644 --- a/0.10.17/Dockerfile +++ b/0.10.17/Dockerfile @@ -4,7 +4,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh ENV AZURE_CLI_VERSION "0.10.17" ENV NODEJS_APT_ROOT "node_6.x" -ENV NODEJS_VERSION "6.11.3" +ENV NODEJS_VERSION "6.11.2" RUN apt-get update -qq && \ apt-get install -qqy --no-install-recommends\