Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit c609a3a

Browse files
Update dependency Azure/azure-cli to v2.39.0 (#14)
* Update dependency Azure/azure-cli to v2.39.0 * Update README Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <[email protected]>
1 parent 02a04dd commit c609a3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
# Install Azure CLI
1212

1313
# renovate: datasource=github-tags depName=Azure/azure-cli extractVersion=^azure-cli-(?<version>.*)$
14-
ENV AZURECLI_VERSION=2.38.0
14+
ENV AZURECLI_VERSION=2.39.0
1515

1616
RUN curl -sL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
1717
AZ_REPO=$(lsb_release -cs) && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following example shows the container used for a deployment step with a Azur
3535
| Tag | Description | Base Image | Azure CLI | Size |
3636
|----------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------|
3737
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) |
38-
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) |
38+
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.39.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) |
3939
| 2.37.0 | [Azure CLI 2.37.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#may-24-2022) | swissgrc/azure-pipelines-dotnet:6.0.301 | 2.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.37.0?style=flat-square) |
4040
| 2.38.0 | [Azure CLI 2.38.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#july-05-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.38.0?style=flat-square) |
4141

0 commit comments

Comments
 (0)