From 8cc08850fb77951730ad71ff311d821bfbc8569e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 05:27:50 +0000 Subject: [PATCH] Update dependency nodejs/node to v20.14.0 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c2e75b..7bc0956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d # Install NodeJS # renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?.*)$ -ENV NODE_VERSION=20.13.1 +ENV NODE_VERSION=20.14.0 RUN apt-get update -y && \ # Install NodeJs diff --git a/README.md b/README.md index 4c78491..d8efb83 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The following example shows the container used for a deployment step with a Azur | Tag | Description | Base Image | Node.js | Yarn | Size | |------------------|-----------------------------------------------------------------------------------------------------|-------------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------| | latest-20-net7 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:7.0.409 | 20.13.1 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest-20-net7?style=flat-square) | -| unstable-20-net7 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:7.0.409 | 20.13.1 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-20-net7?style=flat-square) | +| unstable-20-net7 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:7.0.409 | 20.14.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-20-net7?style=flat-square) | | 20.9.0-net7 | [Node.js 20.9.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.9.0) | swissgrc/azure-pipelines-dotnet:7.0.402 | 20.9.0 | N/A | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.9.0-net7?style=flat-square) | | 20.10.0-net7 | [Node.js 20.10.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.10.0) | swissgrc/azure-pipelines-dotnet:7.0.403 | 20.10.0 | 1.22.21 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.10.0-net7?style=flat-square) | | 20.11.0-net7 | [Node.js 20.11.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.11.0) | swissgrc/azure-pipelines-dotnet:7.0.405 | 20.11.0 | 1.22.21 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.11.0-net7?style=flat-square) |