From cf34f6e76e5e8b371dfb9a8747b8faa0a83eafe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:15:23 +0000 Subject: [PATCH] Bump dotnet/sdk in /build/docker Bumps dotnet/sdk from 9.0.314-azurelinux3.0 to 10.0.300-azurelinux3.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.300-azurelinux3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile index c329c353d4..1397b7cd1f 100644 --- a/build/docker/Dockerfile +++ b/build/docker/Dockerfile @@ -1,5 +1,5 @@ # --platform tells docker to always use the host platform for the build not the target platform. Runtime container will use target platform. -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.314-azurelinux3.0 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.300-azurelinux3.0 AS build ARG TARGETARCH ARG FHIR_VERSION ARG ASSEMBLY_VER