File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
45
45
# Install NodeJS
46
46
47
47
# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
48
- ENV NODE_VERSION=22.11 .0
48
+ ENV NODE_VERSION=22.12 .0
49
49
50
50
RUN apt-get update -y && \
51
51
# Install NodeJs
Original file line number Diff line number Diff line change @@ -42,8 +42,11 @@ The following example shows the container used for a deployment step with a Azur
42
42
43
43
| Tag | Description | Base Image | Node.js | Yarn | Size |
44
44
|------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
45
- | unstable | Latest unstable release (from ` develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.11.0 | 1.22.22 |  |
45
+ | latest | Latest stable release (from ` main` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 |  |
46
+ | latest-22-net9 | Indentical to `latest` tag | | | |  |
47
+ | unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.12.0 | 1.22.22 |  |
46
48
| unstable-22-net9 | Indentical to `unstable` tag | | | |  |
47
49
| 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 |  |
50
+ | 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 |  |
48
51
49
52
[Azure Pipelines container jobs] : https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases
You can’t perform that action at this time.
0 commit comments