From 177d338929025d0a8d5e62b775e13fc63e665a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:51:29 +0000 Subject: [PATCH] Bump dotnet/runtime Bumps dotnet/runtime from 10.0.12-alpine3.24-extra-amd64 to 11.0-alpine3.24-extra-amd64. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 11.0-alpine3.24-extra-amd64 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 a478b96..edbe0da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ CMD ["make", "test"] ## in the production phase, "good practices" such as ## WORKDIR and USER are maintained ## -FROM mcr.microsoft.com/dotnet/runtime:10.0.12-alpine3.24-extra-amd64 AS production +FROM mcr.microsoft.com/dotnet/runtime:11.0-alpine3.24-extra-amd64 AS production RUN apk add --update --no-cache make \ && apk upgrade --no-cache # Avoid some CVE reports updating basic packages.