This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Base image containing dependencies used in builder and final image
2
- FROM ghcr.io/swissgrc/azure-pipelines-dockercli:26.0.2 AS base
2
+ FROM ghcr.io/swissgrc/azure-pipelines-dockercli:26.1.0 AS base
3
3
4
4
# Make sure to fail due to an error at any stage in shell pipes
5
5
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The following example shows the container used for a deployment step which shows
37
37
|-------------|-----------------------------------------------------------------------------------------------|----------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------|
38
38
| latest | Latest stable release (from ` main` branch) | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
39
39
| 21 | Identical to `latest` tag | | |  |
40
- | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.0.2 | 21.0.2.0 |  |
40
+ | unstable | Latest unstable release (from `develop` branch) | azure-pipelines-dockercli:26.1.0 | 21.0.2.0 |  |
41
41
| 21-unstable | Identical to `unstable` tag | | |  |
42
42
| 21.0.2.0 | Eclipse Temurin 21.0.2 | azure-pipelines-dockercli:25.0.3 | 21.0.2.0 |  |
43
43
You can’t perform that action at this time.
0 commit comments