From 784dfd241cafc4f3700742850b2f224284505d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:03:13 +0000 Subject: [PATCH] Bump dotnet/sdk from 10.0.401-alpine3.24-amd64 to 11.0-alpine3.24-amd64 Bumps dotnet/sdk from 10.0.401-alpine3.24-amd64 to 11.0-alpine3.24-amd64. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 11.0-alpine3.24-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 c971566..a478b96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################################################################### -FROM mcr.microsoft.com/dotnet/sdk:10.0.401-alpine3.24-amd64 AS init +FROM mcr.microsoft.com/dotnet/sdk:11.0-alpine3.24-amd64 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR}