From 242513e6c094aa2fa06354ffbb7d72410f6c6594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:53:59 +0000 Subject: [PATCH] build(deps): 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 27234cf..eeca88f 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 /build # Installing additional dev dependencies for AOT