From 6468db3859729225fcaacef065d31586cf73077d Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Wed, 8 Jan 2025 12:16:21 -0700 Subject: [PATCH] update STS SDK in Dockerfile --- nuget/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Dockerfile b/nuget/Dockerfile index 1e353ab2a9e..08879222ae6 100644 --- a/nuget/Dockerfile +++ b/nuget/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH=$([ $TARGETARCH = "arm64" ] && echo "arm64" || echo "x64") \ # Install .NET SDK ARG DOTNET_LTS_SDK_VERSION=8.0.404 -ARG DOTNET_STS_SDK_VERSION=9.0.100 +ARG DOTNET_STS_SDK_VERSION=9.0.101 ARG DOTNET_SDK_INSTALL_URL=https://dot.net/v1/dotnet-install.sh ENV DOTNET_INSTALL_DIR=/usr/local/dotnet/current ENV DOTNET_INSTALL_SCRIPT_PATH=/tmp/dotnet-install.sh