From 27a9bd04e440adc152e043c668d71f916d5abc5b Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 27 May 2022 14:14:40 +0200 Subject: [PATCH] fix(dotnet): use 5.0 channel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 439a479ae74..9798998e794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,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 Current \ + && ./dotnet-install.sh --channel 5.0 \ && rm dotnet-install.sh # dart