Skip to content

Commit 970dce7

Browse files
committed
Fix Dockerfile to use .NET Core SDK 3.1 as base image
1 parent 7a798a5 commit 970dce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:3.0
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1
22

33
# https://www.nuget.org/packages/dotnet-script/
44
RUN dotnet tool install dotnet-script --tool-path /usr/bin

0 commit comments

Comments
 (0)