Skip to content

Commit b257538

Browse files
committed
update dockerfile node version
1 parent 1a49a27 commit b257538

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

templates/Angular2Spa/Dockerfile

Lines changed: 1 addition & 1 deletion
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_7.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/AureliaSpa/Dockerfile

Lines changed: 1 addition & 1 deletion
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_7.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/KnockoutSpa/Dockerfile

Lines changed: 1 addition & 1 deletion
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_7.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/ReactReduxSpa/Dockerfile

Lines changed: 1 addition & 1 deletion
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_7.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

templates/ReactSpa/Dockerfile

Lines changed: 1 addition & 1 deletion
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_7.x | bash -
55
RUN apt-get install -y build-essential nodejs
66

77
COPY . /app

0 commit comments

Comments
 (0)