Skip to content

Commit b48b085

Browse files
chore(deps): bump the dotnet-sdk-updates group
Bumps the dotnet-sdk-updates group in /EssentialCSharp.Web with 2 updates: node and dotnet/sdk. Updates `node` from 24-bookworm-slim to 26-bookworm-slim Updates `dotnet/sdk` from 10.0.203 to 10.0.300 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.203 to 10.0.300 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits/v10.0.300) --- updated-dependencies: - dependency-name: node dependency-version: 26-bookworm-slim dependency-type: direct:production dependency-group: dotnet-sdk-updates - dependency-name: dotnet/sdk dependency-version: 10.0.300 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.300 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 295de40 commit b48b085

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

EssentialCSharp.Web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM node:24-bookworm-slim AS frontend-build
8+
FROM node:26-bookworm-slim AS frontend-build
99
WORKDIR /frontend/EssentialCSharp.Web
1010
COPY EssentialCSharp.Web/package.json EssentialCSharp.Web/package-lock.json ./
1111
RUN npm ci
1212
COPY EssentialCSharp.Web/ ./
1313
RUN npm run build
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:10.0.203 AS build
15+
FROM mcr.microsoft.com/dotnet/sdk:10.0.300 AS build
1616
ARG ACCESS_TO_NUGET_FEED=true
1717
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
1818
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.203",
3+
"version": "10.0.300",
44
"rollForward": "latestMinor"
55
},
66
"test": {

0 commit comments

Comments
 (0)