Skip to content

Commit 87be8d6

Browse files
build(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.201 to 10.0.202 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) build(deps): bump dotnet/sdk Bumps the dotnet-sdk-updates group in /EssentialCSharp.Web with 1 update: dotnet/sdk. Updates `dotnet/sdk` from 10.0.201 to 10.0.202 --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.202 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet/sdk dependency-version: 10.0.202 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69fc2b3 commit 87be8d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:10.0.201 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:10.0.202 AS build
99
ARG ACCESS_TO_NUGET_FEED=true
1010
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
1111
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.201",
3+
"version": "10.0.202",
44
"rollForward": "latestMinor"
55
},
66
"test": {

0 commit comments

Comments
 (0)