dotnet-script
dotnet-script copied to clipboard
Update Dockerfile to use .NET SDK 9.0
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:
This can be addressed by setting the .NET SDK version to 9.0 in the Dockerfile.
thanks!