We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9c6b1 commit d075200Copy full SHA for d075200
1 file changed
Dockerfile
@@ -89,7 +89,7 @@ RUN apt-get install -y --no-install-recommends \
89
zlib1g \
90
&& wget -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
91
&& chmod +x dotnet-install.sh \
92
- && ./dotnet-install.sh --channel 5.0 \
+ && ./dotnet-install.sh --channel 6.0 \
93
&& rm dotnet-install.sh
94
95
# dart
0 commit comments