Skip to content

Commit 69b2e31

Browse files
authored
Update .NET SDK versions (#5585)
1 parent 4542176 commit 69b2e31

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG TARGETARCH
44
ARG FHIR_VERSION
55
ARG ASSEMBLY_VER
@@ -80,7 +80,7 @@ COPY . .
8080
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
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

8585
ARG FHIR_VERSION
8686

build/dotnet8-compat/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.420"
3+
"version": "8.0.421"
44
}
55
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.313"
3+
"version": "9.0.314"
44
}
55
}

0 commit comments

Comments
 (0)