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.14.0 (#31)
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 May 29, 2024
1 parent c831d2c commit 8cc0885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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(?<version>.*)$
ENV NODE_VERSION=20.13.1
ENV NODE_VERSION=20.14.0

RUN apt-get update -y && \
# Install NodeJs
Expand Down
2 changes: 1 addition & 1 deletion 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 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.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) |
| unstable-20-net7 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:7.0.409 | 20.14.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) |
| 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) |
Expand Down

0 comments on commit 8cc0885

Please sign in to comment.