Skip to content

Commit 2bfe9b9

Browse files
committed
Merge branch 'release/22.13.0'
2 parents 443662f + d0ae5d5 commit 2bfe9b9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
4545
# Install NodeJS
4646

4747
# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
48-
ENV NODE_VERSION=22.12.0
48+
ENV NODE_VERSION=22.13.0
4949

5050
RUN apt-get update -y && \
5151
# Install NodeJs

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ The following example shows the container used for a deployment step with a Azur
4242
4343
| Tag | Description | Base Image | Node.js | Yarn | Size |
4444
|------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
45-
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest?style=flat-square) |
46-
| latest-22-net9 | Indentical to `latest` tag | | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest-22-net9?style=flat-square) |
47-
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable?style=flat-square) |
45+
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest?style=flat-square) |
46+
| latest-22-net9 | Indentical to `latest` tag | | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest-22-net9?style=flat-square) |
47+
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable?style=flat-square) |
4848
| unstable-22-net9 | Indentical to `unstable` tag | | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-22-net9?style=flat-square) |
4949
| 22.11.0-net9 | [Node.js 22.11.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.11.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.11.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.11.0-net9?style=flat-square) |
5050
| 22.12.0-net9 | [Node.js 22.12.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.12.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.12.0-net9?style=flat-square) |
51+
| 22.13.0-net9 | [Node.js 22.13.0](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.0) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.13.0 | 1.22.22 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/22.13.0-net9?style=flat-square) |
5152

5253
[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases

0 commit comments

Comments
 (0)