From 182b558156301d44b7d79c40a1a45dd2fe2f77d4 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 1 May 2023 17:23:32 +0200 Subject: [PATCH] Update NodeJS version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3cc87..2c3971d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The following example shows the container used for a deployment step which shows | Tag | Description | Base Image | .NET SDK | NodeJS | Git | Git LFS | Size | |------------|-------------------------------------------------|-------------------------------------------|----------|---------|--------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-openjdk:17.0.4.0 | 6.0.403 | 16.18.0 | 1:2.30.2-1 | 3.2.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.7.0 | 6.0.408 | 18.15.0 | 1:2.39.2-1~bpo11+1 | 3.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.7.0 | 6.0.408 | 18.16.0 | 1:2.39.2-1~bpo11+1 | 3.3.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/unstable?style=flat-square) | ### Configuration @@ -53,7 +53,7 @@ These environment variables are supported: | Environment variable | Default value | Description | |------------------------|----------------------------|---------------------------------------------| | DOTNET_VERSION | `6.0.408` | Version of .NET SDK installed in the image. | -| NODE_VERSION | `18.15.0-deb-1nodesource1` | Version of Node.js installed in the image. | +| NODE_VERSION | `18.16.0-deb-1nodesource1` | Version of Node.js installed in the image. | | GIT_VERSION | `1:2.39.2-1~bpo11+1` | Version of Git installed in the image. | | GITLFS_VERSION | `3.3.0` | Version of Git LFS installed in the image. |