From d0752008fea0d28a2b254e099c1256de78d34350 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Thu, 4 Apr 2024 15:27:10 +0200 Subject: [PATCH] chore: upgrade dotnet to 6 (#349) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d12cc94a1d..7e14300fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN apt-get install -y --no-install-recommends \ zlib1g \ && wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \ && chmod +x dotnet-install.sh \ - && ./dotnet-install.sh --channel 5.0 \ + && ./dotnet-install.sh --channel 6.0 \ && rm dotnet-install.sh # dart