Skip to content

Commit 3a631fa

Browse files
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.301 to 10.0.302 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.301 to 10.0.302 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.301...v10.0.302) --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.302 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.302 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 f1f85be commit 3a631fa

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
@@ -15,7 +15,7 @@ COPY EssentialCSharp.Web/src ./src
1515
COPY EssentialCSharp.Web/wwwroot/js ./wwwroot/js
1616
RUN npm run build
1717

18-
FROM mcr.microsoft.com/dotnet/sdk:10.0.301 AS build
18+
FROM mcr.microsoft.com/dotnet/sdk:10.0.302 AS build
1919
ARG ACCESS_TO_NUGET_FEED=true
2020
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
2121
WORKDIR /src

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.301",
3+
"version": "10.0.302",
44
"rollForward": "latestMinor"
55
},
66
"test": {

0 commit comments

Comments
 (0)