8000
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 0ab2b33 + cf8458a commit 129488fCopy full SHA for 129488f
build/prerestore.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:5.0
+FROM mcr.microsoft.com/dotnet/sdk:7.0
2
3
# https://www.nuget.org/packages/dotnet-script/
4
RUN dotnet tool install dotnet-script --tool-path /usr/bin
@@ -10,4 +10,4 @@ RUN dotnet tool install dotnet-script --tool-path /usr/bin
10
# docker container.
11
RUN dotnet script eval "Console.WriteLine(\"☑️ Prepared env for offline usage\")"
12
13
-ENTRYPOINT [ "dotnet", "script" ]
+ENTRYPOINT [ "dotnet", "script" ]
0 commit comments