diff --git a/Directory.Packages.props b/Directory.Packages.props index d22b929fb6..5214b43dbc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ - 7.1.157 + 7.1.174 4.3.0 @@ -31,7 +31,7 @@ - + diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile index 1ab07b4e8b..a459e8fee9 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:8.0.401-1-cbl-mariner2.0 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.403-cbl-mariner2.0 AS build ARG TARGETARCH ARG FHIR_VERSION ARG ASSEMBLY_VER @@ -79,7 +79,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 net8.0 -a $TARGETARCH # Implicitly uses the target platform for the runtime image. -FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-cbl-mariner2.0 AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:8.0.10-cbl-mariner2.0 AS runtime ARG FHIR_VERSION diff --git a/build/dotnet6-compat/global.json b/build/dotnet6-compat/global.json index a12beb82e6..6e6e5445c2 100644 --- a/build/dotnet6-compat/global.json +++ b/build/dotnet6-compat/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.425" + "version": "6.0.427" } } diff --git a/global.json b/global.json index 7bb9232a75..120c439854 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.401" + "version": "8.0.403" } }