Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 3313a7f

Browse files
Update Node version to 6.x (current LTS) in Dockerfiles. Fixes #591.
1 parent 867d070 commit 3313a7f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

templates/Angular2Spa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:1.1.0-sdk-projectjson
22

33
RUN apt-get update
4-
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
4+
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/AureliaSpa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:1.1.0-sdk-projectjson
22

33
RUN apt-get update
4-
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
4+
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/KnockoutSpa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:1.1.0-sdk-projectjson
22

33
RUN apt-get update
4-
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
4+
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/ReactReduxSpa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:1.1.0-sdk-projectjson
22

33
RUN apt-get update
4-
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
4+
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/ReactSpa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:1.1.0-sdk-projectjson
22

33
RUN apt-get update
4-
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
4+
RUN wget -qO- https://deb.nodesource.com/setup_6.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

0 commit comments

Comments
 (0)