From 1df2f9c6904af3d1a9ae21fc1b05ddc96dcafc5f Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Wed, 4 Dec 2024 13:38:43 +0100 Subject: [PATCH] Remove dotnet-sdk-6.0 --- ci/image/Dockerfile.dotnet-ubuntu204-net9-build | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/image/Dockerfile.dotnet-ubuntu204-net9-build b/ci/image/Dockerfile.dotnet-ubuntu204-net9-build index 0de302941..960a6a73d 100644 --- a/ci/image/Dockerfile.dotnet-ubuntu204-net9-build +++ b/ci/image/Dockerfile.dotnet-ubuntu204-net9-build @@ -33,8 +33,6 @@ RUN apt-get install -y jq # Install .NET SDK 9.0 RUN apt-get update -RUN apt-get install -y -RUN apt-get install -y dotnet-sdk-6.0 RUN apt-get install -y dotnet-sdk-8.0 RUN apt-get install -y dotnet-sdk-9.0