This repository was archived by the owner on May 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/dotnet:1.0.4-sdk
22
33# set up environment
44ENV ASPNETCORE_URLS http://+:80
5- ENV NODE_VERSION 6.10.2
5+ ENV NODE_VERSION 6.10.3
66
77# Install keys required for node
88RUN set -ex \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM microsoft/dotnet:1.0.4-sdk-nanoserver-10.0.14393.1066
33
44# set up environment
55ENV ASPNETCORE_URLS http://+:80
6- ENV NODE_VERSION 6.10.2
6+ ENV NODE_VERSION 6.10.3
77
88# Install node
99RUN Invoke-WebRequest -UseBasicParsing https://nodejs.org/dist/v${env:NODE_VERSION}/node-v${env:NODE_VERSION}-win-x64.zip -outfile node.zip; `
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/dotnet:1.1.1-sdk
22
33# set up environment
44ENV ASPNETCORE_URLS http://+:80
5- ENV NODE_VERSION 6.10.2
5+ ENV NODE_VERSION 6.10.3
66
77RUN set -ex \
88 && for key in \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/dotnet:1.1.1-sdk
22
33# set up environment
44ENV ASPNETCORE_URLS http://+:80
5- ENV NODE_VERSION 6.10.2
5+ ENV NODE_VERSION 6.10.3
66
77# Install keys required for node
88RUN set -ex \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM microsoft/dotnet:1.1.1-sdk-nanoserver-10.0.14393.1066
33
44# set up environment
55ENV ASPNETCORE_URLS http://+:80
6- ENV NODE_VERSION 6.10.2
6+ ENV NODE_VERSION 6.10.3
77
88# Install node, bower, and git
99RUN Invoke-WebRequest -UseBasicParsing https://nodejs.org/dist/v${env:NODE_VERSION}/node-v${env:NODE_VERSION}-win-x64.zip -outfile node.zip; `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM microsoft/dotnet:1.1.1-sdk-nanoserver-10.0.14393.1066
33
44# set up environment
55ENV ASPNETCORE_URLS http://+:80
6- ENV NODE_VERSION 6.10.2
6+ ENV NODE_VERSION 6.10.3
77
88# Install node, bower, and git
99RUN Invoke-WebRequest -UseBasicParsing https://nodejs.org/dist/v${env:NODE_VERSION}/node-v${env:NODE_VERSION}-win-x64.zip -outfile node.zip; `
You can’t perform that action at this time.
0 commit comments