Skip to content

Commit

Permalink
fix(dotnet): use 5.0 channel
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 27, 2022
1 parent f6a03af commit 27a9bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a9bd0

Please sign in to comment.