From ae3de77851d2878eacf7ddc8420b50bf9fe3431c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:29:06 +0000 Subject: [PATCH] docker: bump dotnet/sdk from 6.0-alpine to 10.0-alpine Bumps dotnet/sdk from 6.0-alpine to 10.0-alpine. --- updated-dependencies: - dependency-name: dotnet/sdk 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 c7055b8..18a33e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================== # Stage 1: Build # ======================================== -FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build WORKDIR /src