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 96b3d34 commit 634e8a3Copy full SHA for 634e8a3
.github/docker/alpine/Dockerfile
@@ -27,7 +27,7 @@ RUN apk add \
27
tree \
28
wget
29
30
-RUN curl -sSL --retry 5 https://dot.net/v1/dotnet-install.sh | bash -eo pipefail /dev/stdin --channel 8.0 --install-dir /usr/share/dotnet
+RUN curl -sSL --retry 5 https://dot.net/v1/dotnet-install.sh | bash -eo pipefail /dev/stdin --channel 10.0 --install-dir /usr/share/dotnet
31
RUN ln -s /usr/share/dotnet/dotnet /usr/local/bin/dotnet
32
33
# https://github.com/actions/runner-images/blob/main/images/ubuntu/scripts/build/install-python.sh
0 commit comments