File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,13 @@ 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
- | latest | Latest stable release (from ` main` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.13.0 | 1.22.22 |  |
45
+ | latest | Latest stable release (from ` main` branch) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
46
46
| latest-22-net9 | Indentical to `latest` tag | | | |  |
47
47
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
48
48
| unstable-22-net9 | Indentical to `unstable` tag | | | |  |
49
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
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 |  |
51
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 |  |
52
+ | 22.13.1-net9 | [Node.js 22.13.1](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.1) | swissgrc/azure-pipelines-dotnet:9.0.102 | 22.13.1 | 1.22.22 |  |
52
53
53
54
[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