Updated Dotnet Runner to dotnet 10
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m45s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m45s
This commit is contained in:
parent
200c905b16
commit
3e211d235f
@ -15,7 +15,9 @@ RUN apk update && apk add --no-cache \
|
||||
# Add Microsoft package repository and install .NET SDK
|
||||
# Microsoft doesn’t publish Alpine .NET SDK packages in apt repos,
|
||||
# so you need to install the official tarball instead
|
||||
RUN wget https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.305/dotnet-sdk-9.0.305-linux-musl-x64.tar.gz \
|
||||
# https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-10.0.102-linux-x64-binaries
|
||||
RUN wget https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-x64.tar.gz \
|
||||
|
||||
-O dotnet-sdk.tar.gz \
|
||||
&& mkdir -p /usr/share/dotnet \
|
||||
&& tar -zxf dotnet-sdk.tar.gz -C /usr/share/dotnet \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user