Skip to content

Commit

Permalink
update nuget/Dockerfile, dotnet_sdk_version is now 8.0.303 (#10370)
Browse files Browse the repository at this point in the history
Merging.
  • Loading branch information
Tripletri authored Aug 13, 2024
1 parent f71537d commit ac0185e
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 @@ -11,7 +11,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install .NET SDK
ARG DOTNET_SDK_VERSION=8.0.300
ARG DOTNET_SDK_VERSION=8.0.303
ARG DOTNET_SDK_INSTALL_URL=https://dot.net/v1/dotnet-install.sh
ENV DOTNET_INSTALL_DIR=/usr/local/dotnet/current
ENV DOTNET_NOLOGO=true
Expand Down

0 comments on commit ac0185e

Please sign in to comment.