Skip to content

Commit 73e0459

Browse files
Bump dotnet/sdk in /build/docker
Bumps dotnet/sdk from 9.0.305-azurelinux3.0 to 10.0.100-azurelinux3.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.100-azurelinux3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27bfa93 commit 73e0459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
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.305-azurelinux3.0 AS build
2+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.100-azurelinux3.0 AS build
33
ARG TARGETARCH
44
ARG FHIR_VERSION
55
ARG ASSEMBLY_VER

0 commit comments

Comments
 (0)