8000 Merge pull request #731 from andmos/patch-1 · dotnet-script/dotnet-script@129488f · GitHub
[go: up one dir, main page]

Skip to content 65EE

Commit 129488f

Browse files
authored
Merge pull request #731 from andmos/patch-1
Update prerestore.Dockerfile to dotnet 7
2 parents 0ab2b33 + cf8458a commit 129488f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/prerestore.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0
1+
FROM mcr.microsoft.com/dotnet/sdk:7.0
22

33
# https://www.nuget.org/packages/dotnet-script/
44
RUN dotnet tool install dotnet-script --tool-path /usr/bin
@@ -10,4 +10,4 @@ RUN dotnet tool install dotnet-script --tool-path /usr/bin
1010
# docker container.
1111
RUN dotnet script eval "Console.WriteLine(\"☑️ Prepared env for offline usage\")"
1212

13-
ENTRYPOINT [ "dotnet", "script" ]
13+
ENTRYPOINT [ "dotnet", "script" ]

0 commit comments

Comments
 (0)
0