Merge pull request 'Update mcr.microsoft.com/dotnet/sdk Docker tag to v10' (#301) from renovate/mcr.microsoft.com-dotnet-sdk-10.x into main
All checks were successful
renovate / renovate (push) Successful in 2m28s

This commit was merged in pull request #301.
This commit is contained in:
2025-11-30 02:19:42 +00:00

View File

@@ -6,7 +6,7 @@
# to build for a different platform than your host, use --platform=<platform>
# for example, if you were on Intel (amd64) and wanted to build for ARM, you would use:
# docker buildx build --platform "linux/arm64/v8" .
FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:9.0 as build
FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:10.0 as build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"