Skip to content

Commit e619b26

Browse files
committed
Update .net core to 2.0.5
1 parent 189e172 commit e619b26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.4-stretch
1+
FROM microsoft/aspnetcore:2.0.5-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.4-stretch
1+
FROM microsoft/aspnetcore:2.0.5-stretch
22

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

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.4-sdk-2.1.3-stretch"
5+
export DOTNETSDK="2.0.5-sdk-2.1.4-stretch"
66

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

0 commit comments

Comments
 (0)