Skip to content

Commit 189e172

Browse files
committed
Update .net core to 2.0.4
1 parent fea068f commit 189e172

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/aspnetcore:2.0.0-stretch
1+
FROM microsoft/aspnetcore:2.0.4-stretch
22

33
# Install the AWS CLI
44
RUN apt-get update && \

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/aspnetcore:2.0.0-stretch
1+
FROM microsoft/aspnetcore:2.0.4-stretch
22

33
# Install the AWS CLI
44
RUN apt-get update && \

RequestTests.paw

-1.35 KB
Binary file not shown.

Scripts/Publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
export DOTNETSDK="2.0.0-sdk-stretch"
5+
export DOTNETSDK="2.0.4-sdk-2.1.3-stretch"
66

77
docker run -it -d --name builder microsoft/dotnet:"$DOTNETSDK" tail -f /dev/null
88

0 commit comments

Comments
 (0)