From ec0e7a6592c2bd0d45a8b152b47ed993addc9c76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:37:49 +0000 Subject: [PATCH] Update dependency Azure/azure-cli to v2.65.0 (#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ebfb1a6..95ebad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d # Install Azure CLI # renovate: datasource=github-tags depName=Azure/azure-cli extractVersion=^azure-cli-(?.*)$ -ENV AZURECLI_VERSION=2.64.0 +ENV AZURECLI_VERSION=2.65.0 RUN apt-get update -y && \ # Install Azure CLI diff --git a/README.md b/README.md index e399d47..334135a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The following example shows the container used for a deployment step with a Azur | Tag | Description | Base Image | Azure CLI | Size | |---------------|-----------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------| | latest-net6 | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.425 | 2.64.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest-net6?style=flat-square) | -| unstable-net6 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.425 | 2.64.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net6?style=flat-square) | +| unstable-net6 | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.425 | 2.65.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net6?style=flat-square) | | 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) | | 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) | | 2.39.0 | [Azure CLI 2.39.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#august-02-2022) | 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/2.39.0?style=flat-square) | @@ -73,6 +73,6 @@ These environment variables are supported: | Environment variable | Default value | Description | |------------------------|----------------------|------------------------------------------------------------------| -| AZURECLI_VERSION | `2.60.0` | Version of Azure CLI installed in the image. | +| AZURECLI_VERSION | `2.65.0` | Version of Azure CLI installed in the image. | [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases