From ac0185e4adcfbe471b6550a7d4f1150d6fbdefac Mon Sep 17 00:00:00 2001 From: Tripletri Date: Tue, 13 Aug 2024 08:38:11 +0500 Subject: [PATCH] update nuget/Dockerfile, dotnet_sdk_version is now 8.0.303 (#10370) Merging. --- nuget/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Dockerfile b/nuget/Dockerfile index d934d0a29f7..85ca8c66db5 100644 --- a/nuget/Dockerfile +++ b/nuget/Dockerfile @@ -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