From 2513923529329e0476720b9752deb84879e3e5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:01:07 +0000 Subject: [PATCH] Bump dotnet/sdk from 9.0-alpine to 10.0-alpine Bumps dotnet/sdk from 9.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 b9f63e926..de8223b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build WORKDIR Authorization/ COPY src/Authorization ./Authorization