From 3313a7f0a6c00bdb98d13c4c71834a2369f4c63c Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Fri, 20 Jan 2017 12:38:57 +0000 Subject: [PATCH] Update Node version to 6.x (current LTS) in Dockerfiles. Fixes #591. --- templates/Angular2Spa/Dockerfile | 2 +- templates/AureliaSpa/Dockerfile | 2 +- templates/KnockoutSpa/Dockerfile | 2 +- templates/ReactReduxSpa/Dockerfile | 2 +- templates/ReactSpa/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/Angular2Spa/Dockerfile b/templates/Angular2Spa/Dockerfile index 9a184fa..8b7486e 100644 --- a/templates/Angular2Spa/Dockerfile +++ b/templates/Angular2Spa/Dockerfile @@ -1,7 +1,7 @@ FROM microsoft/dotnet:1.1.0-sdk-projectjson RUN apt-get update -RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash - +RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y build-essential nodejs COPY . /app diff --git a/templates/AureliaSpa/Dockerfile b/templates/AureliaSpa/Dockerfile index 9a184fa..8b7486e 100644 --- a/templates/AureliaSpa/Dockerfile +++ b/templates/AureliaSpa/Dockerfile @@ -1,7 +1,7 @@ FROM microsoft/dotnet:1.1.0-sdk-projectjson RUN apt-get update -RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash - +RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y build-essential nodejs COPY . /app diff --git a/templates/KnockoutSpa/Dockerfile b/templates/KnockoutSpa/Dockerfile index 9a184fa..8b7486e 100644 --- a/templates/KnockoutSpa/Dockerfile +++ b/templates/KnockoutSpa/Dockerfile @@ -1,7 +1,7 @@ FROM microsoft/dotnet:1.1.0-sdk-projectjson RUN apt-get update -RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash - +RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y build-essential nodejs COPY . /app diff --git a/templates/ReactReduxSpa/Dockerfile b/templates/ReactReduxSpa/Dockerfile index 9a184fa..8b7486e 100644 --- a/templates/ReactReduxSpa/Dockerfile +++ b/templates/ReactReduxSpa/Dockerfile @@ -1,7 +1,7 @@ FROM microsoft/dotnet:1.1.0-sdk-projectjson RUN apt-get update -RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash - +RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y build-essential nodejs COPY . /app diff --git a/templates/ReactSpa/Dockerfile b/templates/ReactSpa/Dockerfile index 9a184fa..8b7486e 100644 --- a/templates/ReactSpa/Dockerfile +++ b/templates/ReactSpa/Dockerfile @@ -1,7 +1,7 @@ FROM microsoft/dotnet:1.1.0-sdk-projectjson RUN apt-get update -RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash - +RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y build-essential nodejs COPY . /app