From 20dceff09994747efb2ec5fa284c9e99e9030be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 04:57:36 +0000 Subject: [PATCH] chore(deps): bump dotnet/sdk Bumps the dotnet-sdk-updates group in /EssentialCSharp.Web with 1 update: dotnet/sdk. Updates `dotnet/sdk` from 9.0.306 to 10.0.102 chore(deps): bump dotnet-sdk in the dotnet-sdk-updates group Bumps the dotnet-sdk-updates group with 1 update: [dotnet-sdk](https://github.com/dotnet/sdk). Updates `dotnet-sdk` from 9.0.101 to 10.0.102 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits/v10.0.102) --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.102 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.102 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-sdk-updates ... Signed-off-by: dependabot[bot] --- EssentialCSharp.Web/Dockerfile | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index 39f641ae..c19b58f2 100644 --- a/EssentialCSharp.Web/Dockerfile +++ b/EssentialCSharp.Web/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:9.0.306 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.102 AS build ARG ACCESS_TO_NUGET_FEED=true ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)" diff --git a/global.json b/global.json index e7673427..0ddffe38 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.101", + "version": "10.0.102", "rollForward": "latestMinor" } } \ No newline at end of file