From 2d8e80c0aeaa62d1ea5d63cae214a4cac33d9d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:24:29 +0000 Subject: [PATCH] chore(docker)(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 bb093df..d19d11b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.7-labs ########## Build ########## -FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build WORKDIR /src