dotnet-script icon indicating copy to clipboard operation
dotnet-script copied to clipboard

Update Dockerfile to use .NET SDK 9.0

Open oncybersec opened this issue 9 months ago • 1 comments

When building a Docker image using docker build -t dotnet-script -f Dockerfile .., the below error is encountered indicating that dotnet-script 1.6.0 is not compatible with .NET 7.0:

Screenshot 2025-04-29 161757

This can be addressed by setting the .NET SDK version to 9.0 in the Dockerfile.

oncybersec avatar Apr 29 '25 14:04 oncybersec

thanks!

filipw avatar Apr 29 '25 18:04 filipw