From 82bfdc05e0a2859529abe688c7de5b7028d2e69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:42:17 +0000 Subject: [PATCH] Bump dotnet/runtime-deps from 10.0.9-alpine3.23 to 10.0.10-alpine3.23 Bumps dotnet/runtime-deps from 10.0.9-alpine3.23 to 10.0.10-alpine3.23. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-version: 10.0.10-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b7df65f..defdd00a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY src/Exercism.Analyzers.CSharp . RUN dotnet publish -a $TARGETARCH --no-restore --self-contained true --output /opt/analyzer # Build runtime image -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:10.0.9-alpine3.23 AS runtime +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:10.0.10-alpine3.23 AS runtime WORKDIR /opt/analyzer COPY --from=build /opt/analyzer/ .