Skip to content

Commit 27a9bd0

Browse files
committed
fix(dotnet): use 5.0 channel
1 parent f6a03af commit 27a9bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN apt-get install -y --no-install-recommends \
8484
zlib1g \
8585
&& wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
8686
&& chmod +x dotnet-install.sh \
87-
&& ./dotnet-install.sh --channel Current \
87+
&& ./dotnet-install.sh --channel 5.0 \
8888
&& rm dotnet-install.sh
8989

9090
# dart

0 commit comments

Comments
 (0)