diff --git a/Dockerfile b/Dockerfile index fcdeaad..5c2e75b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image containing dependencies used in builder and final image -FROM ghcr.io/swissgrc/azure-pipelines-dotnet:7.0.408 AS base +FROM ghcr.io/swissgrc/azure-pipelines-dotnet:7.0.409 AS base # Builder image @@ -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.0 +ENV NODE_VERSION=20.13.1 RUN apt-get update -y && \ # Install NodeJs diff --git a/README.md b/README.md index d3098ef..4c78491 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ 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.408 | 20.13.0 | 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.408 | 20.13.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) | +| 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) | | 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) | @@ -52,5 +52,6 @@ The following example shows the container used for a deployment step with a Azur | 20.12.1-net7 | [Node.js 20.12.1](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.12.1) | swissgrc/azure-pipelines-dotnet:7.0.407 | 20.12.1 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.12.1-net7?style=flat-square) | | 20.12.2-net7 | [Node.js 20.12.2](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.12.2) | swissgrc/azure-pipelines-dotnet:7.0.408 | 20.12.2 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.12.2-net7?style=flat-square) | | 20.13.0-net7 | [Node.js 20.13.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.13.0) | swissgrc/azure-pipelines-dotnet:7.0.408 | 20.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/20.13.0-net7?style=flat-square) | +| 20.13.1-net7 | [Node.js 20.13.1](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.13.1) | 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/20.13.1-net7?style=flat-square) | [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases