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

Commit

Permalink
Update dependency nodejs/node to v20.12.0 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com>
  • Loading branch information
renovate[bot] and pascalberger committed Mar 27, 2024
1 parent ce64c57 commit 2a3801e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN apt-get update -y && \
# Install NodeJS

# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
ENV NODE_VERSION=20.11.1
ENV NODE_VERSION=20.12.0

# Install NodeJS

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 |
|--------------|-------------------------------------------------|--------------------------------------------|----------|---------|------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------|
| 7-unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.10.0 | 7.0.407 | 20.11.1 | 2.39.2-1.1 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/7-unstable?style=flat-square) |
| 7-unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-openjdk:17.0.10.0 | 7.0.407 | 20.12.0 | 2.39.2-1.1 | 3.5.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-sonarscannermsbuild/7-unstable?style=flat-square) |

### Configuration

Expand All @@ -52,7 +52,7 @@ These environment variables are supported:
| Environment variable | Default value | Description |
|------------------------|----------------------------|---------------------------------------------|
| DOTNET_VERSION | `7.0.407` | Version of .NET SDK installed in the image. |
| NODE_VERSION | `20.11.1-1nodesource1` | Version of Node.js installed in the image. |
| NODE_VERSION | `20.12.0-1nodesource1` | Version of Node.js installed in the image. |
| GIT_VERSION | `2.39.2-1.1` | Version of Git installed in the image. |
| GITLFS_VERSION | `3.5.1` | Version of Git LFS installed in the image. |

Expand Down

0 comments on commit 2a3801e

Please sign in to comment.