File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ The following example shows the container used for a deployment step with a Azur
40
40
41
41
### Tags
42
42
43
- | Tag | Description | Base Image | Node.js | Yarn | Size |
44
- |------------------|-------------------------------------------------|-----------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
45
- | unstable | Latest unstable release (from ` develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.11.0 | 1.22.22 |  |
46
- | unstable-22-net9 | Indentical to `unstable` tag | | | |  |
43
+ | Tag | Description | Base Image | Node.js | Yarn | Size |
44
+ |------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------|
45
+ | unstable | Latest unstable release (from ` develop` branch) | swissgrc/azure-pipelines-dotnet:9.0.100 | 22.11.0 | 1.22.22 |  |
46
+ | unstable-22-net9 | Indentical to `unstable` tag | | | |  |
47
+ | 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 |  |
47
48
48
49
[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