We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae56b0c + d801355 commit 4dedfa0Copy full SHA for 4dedfa0
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM microsoft/dotnet:2.0.0-sdk as builder
+FROM microsoft/dotnet:2.1-sdk as builder
2
COPY . /dotnet-script
3
WORKDIR /dotnet-script
4
@@ -21,4 +21,4 @@ COPY --from=builder /dotnet-script/src/Dotnet.Script/bin/Release/netcoreapp2.0/p
21
22
WORKDIR /scripts
23
24
-ENTRYPOINT ["dotnet", "/dotnet-script/dotnet-script.dll"]
+ENTRYPOINT ["dotnet", "/dotnet-script/dotnet-script.dll"]
0 commit comments