From 254217a0ef5085928ed7c72a2832345c68bb2f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:34:50 +0000 Subject: [PATCH] Update dependency Azure/azure-cli to v2.67.0 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c4a542..987a3be 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.66.0 +ENV AZURECLI_VERSION=2.67.0 RUN apt-get update -y && \ # Install Azure CLI diff --git a/README.md b/README.md index 79c3aea..9ad67dd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The following example shows the container used for a deployment step with a Azur |---------------|-----------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:8.0.403 | 2.66.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) | | latest-net8 | Identical to `latest` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest-net8?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.66.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:8.0.404 | 2.67.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) | | unstable-net8 | Identical to `unstable` tag | | | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable-net8?style=flat-square) | | 2.55.0-net8 | [Azure CLI 2.55.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#december-05-2023) | swissgrc/azure-pipelines-dotnet:8.0.100 | 2.55.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.55.0-net8?style=flat-square) | | 2.56.0-net8 | [Azure CLI 2.56.0](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli#january-09-2024) | swissgrc/azure-pipelines-dotnet:8.0.101 | 2.56.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.56.0-net8?style=flat-square) |