From 07a520629f2e3d438521a18166baf6da02751445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:54:04 +0000 Subject: [PATCH] Bump dotnet/runtime-deps from 9.0-alpine to 10.0-alpine 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 0418664..5759733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN dotnet publish src/Core -c Release -o /build -FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine +FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-alpine WORKDIR /app