8000 Update Dockerfile to use .NET SDK 9.0 · dotnet-script/dotnet-script@557810c · GitHub
[go: up one dir, main page]

Skip to content

Commit 557810c

Browse files
committed
Update Dockerfile to use .NET SDK 9.0
1 parent a5f4438 commit 557810c

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/sdk:7.0
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0
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)
0