Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update NodeJS version in README (#53)
Browse files Browse the repository at this point in the history
pascalberger authored May 2, 2023
1 parent 8fb4cf7 commit 983c884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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. |

0 comments on commit 983c884

Please sign in to comment.