File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ServiceControl.Monitoring Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Build image
2- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
2+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
33ARG TARGETARCH
44WORKDIR /
55ENV CI=true
Original file line number Diff line number Diff line change 11# Build image
2- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
2+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
33ARG TARGETARCH
44WORKDIR /
55ENV CI=true
Original file line number Diff line number Diff line change 11# Build image
2- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
2+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
33ARG TARGETARCH
44WORKDIR /
55ENV CI=true
You can’t perform that action at this time.
0 commit comments