File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# --platform tells docker to always use the host platform for the build not the target platform. Runtime container will use target platform.
2- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.313 -azurelinux3.0 AS build
2+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.314 -azurelinux3.0 AS build
33ARG TARGETARCH
44ARG FHIR_VERSION
55ARG ASSEMBLY_VER
@@ -80,7 +80,7 @@ COPY . .
8080RUN dotnet publish /repo/src/Microsoft.Health.Fhir.${FHIR_VERSION}.Web/Microsoft.Health.Fhir.${FHIR_VERSION}.Web.csproj -o "/build" --no-restore -p:AssemblyVersion="${ASSEMBLY_VER}" -p:FileVersion="${ASSEMBLY_VER}" -p:Version="${ASSEMBLY_VER}" -f net9.0 -a $TARGETARCH
8181
8282# Implicitly uses the target platform for the runtime image.
83- FROM mcr.microsoft.com/dotnet/aspnet:9.0.15 -azurelinux3.0 AS runtime
83+ FROM mcr.microsoft.com/dotnet/aspnet:9.0.16 -azurelinux3.0 AS runtime
8484
8585ARG FHIR_VERSION
8686
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.420 "
3+ "version" : " 8.0.421 "
44 }
55}
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.313 "
3+ "version" : " 9.0.314 "
44 }
55}
You can’t perform that action at this time.
0 commit comments