Skip to content

Commit cf8458a

Browse files
authored
Update prerestore.Dockerfile to dotnet 7
The prerestore.Dockerfile was hanging back on dotnet 5. Bumping it to 7.
1 parent 0ab2b33 commit cf8458a

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)