From a5bbaae2291aae0547710328578dd80ce11a8846 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Fri, 27 Mar 2026 10:23:51 +0100 Subject: [PATCH 1/2] Upgrade to the version v10.0.201 of the .NET SDK --- .github/workflows/github-actions-ci.yaml | 2 +- .github/workflows/github-actions-release.yaml | 4 ++-- README.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-ci.yaml b/.github/workflows/github-actions-ci.yaml index 98929f7..31f0b18 100644 --- a/.github/workflows/github-actions-ci.yaml +++ b/.github/workflows/github-actions-ci.yaml @@ -15,7 +15,7 @@ jobs: pull-requests: write env: - DOTNET_SDK_VERSION: "9.0.308" + DOTNET_SDK_VERSION: "10.0.201" IMAGE_NAME: dotnet-sdk-extended steps: diff --git a/.github/workflows/github-actions-release.yaml b/.github/workflows/github-actions-release.yaml index a1f5d8e..8c218d0 100644 --- a/.github/workflows/github-actions-release.yaml +++ b/.github/workflows/github-actions-release.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch env: - DOTNET_SDK_VERSION: "9.0.310" + DOTNET_SDK_VERSION: "10.0.201" -run-name: "v9.0.310" +run-name: "v10.0.201" jobs: build: diff --git a/README.md b/README.md index 7a45371..b67199b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Image registry: - [9.0.308](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.309](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.310](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) + - [10.0.201](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) ## Tool versions - Node.js: v22.22.0 (LTS) From 0bf755dbc924546f5bfdcf3ab89d1027f98c3e8c Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Fri, 27 Mar 2026 11:00:28 +0100 Subject: [PATCH 2/2] Upgrade to Node.js 24.13 --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93bc596..e7e6faa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG DOTNET_SDK_VERSION=9.0 +ARG DOTNET_SDK_VERSION=10.0 FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION} @@ -24,7 +24,7 @@ RUN apt-get update && \ curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/msprod.list && \ curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \ | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg; \ - echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" \ + echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main" \ > /etc/apt/sources.list.d/nodesource.list; \ apt-get update && \ ACCEPT_EULA=Y apt-get install -y sqlcmd nodejs && \ diff --git a/README.md b/README.md index b67199b..918bbe5 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Image registry: - [10.0.201](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) ## Tool versions -- Node.js: v22.22.0 (LTS) -- npm: 10.9.4 +- Node.js: 24.13.0 (LTS) +- npm: 11.6.2 - sqlcmd: 1.5.0 ## Environment variables