Skip to content

Commit

Permalink
update STS SDK in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored and sachin-sandhu committed Jan 8, 2025
1 parent f0b4c27 commit 6468db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6468db3

Please sign in to comment.