From 9c8bc8970464213eb673e42795be305c7511997d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:03:51 +0000 Subject: [PATCH] Bump dotnet/aspnet in /build/docker Bumps dotnet/aspnet from 9.0.16-azurelinux3.0 to 10.0.9-azurelinux3.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0.9-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..47f17d3970 100644 --- a/build/docker/Dockerfile +++ b/build/docker/Dockerfile @@ -80,7 +80,7 @@ COPY . . RUN 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 # Implicitly uses the target platform for the runtime image. -FROM mcr.microsoft.com/dotnet/aspnet:9.0.16-azurelinux3.0 AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:10.0.9-azurelinux3.0 AS runtime ARG FHIR_VERSION