Skip to content

Commit 634e8a3

Browse files
chore: update Alpine Linux Dockerfile to install .NET 10.0 (#1458)
1 parent 96b3d34 commit 634e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apk add \
2727
tree \
2828
wget
2929

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
30+
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
3131
RUN ln -s /usr/share/dotnet/dotnet /usr/local/bin/dotnet
3232

3333
# https://github.com/actions/runner-images/blob/main/images/ubuntu/scripts/build/install-python.sh

0 commit comments

Comments
 (0)