Skip to content

Commit 4ec0fc1

Browse files
committed
Update to .net 2.1
1 parent beb18ec commit 4ec0fc1

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.5-stretch
1+
FROM microsoft/dotnet:2.1.1-aspnetcore-runtime-stretch-slim
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.5-stretch
1+
FROM microsoft/dotnet:2.1.1-aspnetcore-runtime-stretch-slim
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.5-sdk-2.1.4-stretch"
5+
export DOTNETSDK="2.1.301-sdk-stretch"
66

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

0 commit comments

Comments
 (0)