From d4bc4e79976922cf4c2337deae18c2c68163e489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:25:06 +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 10.0.102 to 10.0.103 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 10.0.102 to 10.0.103 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.102...v10.0.103) --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.103 dependency-type: direct:production update-type: version-update:semver-patch 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 c19b58f2..5837d03b 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:10.0.102 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.103 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 0ddffe38..d50dabe4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102", + "version": "10.0.103", "rollForward": "latestMinor" } } \ No newline at end of file