From 016d024324e665b75e3e90fc24f26dbfc08688fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:24:32 +0000 Subject: [PATCH] chore(docker)(deps): Bump dotnet/runtime-deps Bumps dotnet/runtime-deps from 9.0-alpine to 10.0-alpine. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-version: 10.0-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb093df..d0a8f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN dotnet publish src/IssueAgent.Action/IssueAgent.Action.csproj \ --no-restore ########## Runtime ########## -FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine AS runtime ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1