From 1c65d6f93452d8a2e3051c4f7ebba352bd813c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:11:18 +0000 Subject: [PATCH] build(deps): bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 10.0.3-alpine3.23 to 10.0.8-alpine3.23. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-version: 10.0.8-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 b1b3fe34..7a955301 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.3-alpine3.23 AS runtime +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/runtime-deps:10.0.8-alpine3.23 AS runtime WORKDIR /opt/analyzer COPY --from=build /opt/analyzer/ .