From d1dd1d07e45455503325c364f065aacb858aefe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:54:29 +0000 Subject: [PATCH] Update dotnet monorepo --- Dockerfile | 4 ++-- .../algorithm_exercises_csharp_base.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2298266..4159b0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.100-alpine3.22-amd64 -ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.0-alpine3.22-amd64 +ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.101-alpine3.22-amd64 +ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.1-alpine3.22-amd64 ############################################################################### FROM ${BUILDTIME_IMAGE} AS init diff --git a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj index d294d5a..0ddc95e 100644 --- a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj +++ b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj @@ -30,8 +30,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - + +