diff --git a/Dockerfile b/Dockerfile index a91fc5b..7d06b04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,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=22.13.0 +ENV NODE_VERSION=22.13.1 RUN apt-get update -y && \ # Install NodeJs diff --git a/README.md b/README.md index 55f910d..529e80e 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-22-net8 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 22.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest-22-net8?style=flat-square) | -| unstable-22-net8 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.405 | 22.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-22-net8?style=flat-square) | +| unstable-22-net8 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.405 | 22.13.1 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-22-net8?style=flat-square) | | 22.3.0-net8 | [Node.js 22.3.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.3.0) | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.3.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.3.0-net8?style=flat-square) | | 22.4.0-net8 | [Node.js 22.4.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.4.0) | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.4.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.4.0-net8?style=flat-square) | | 22.4.1-net8 | [Node.js 22.4.1](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.4.1) | swissgrc/azure-pipelines-dotnet:8.0.301 | 22.4.1 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.4.1-net8?style=flat-square) |