From 4d410b043df13f54219f6d6aefca96318e1b7322 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Sep 2025 19:04:14 +0200 Subject: [PATCH] [bitnami/azure-cli] Release 2.77.0-debian-12-r14 (#86803) Signed-off-by: Bitnami Bot --- bitnami/azure-cli/2/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/azure-cli/2/debian-12/Dockerfile b/bitnami/azure-cli/2/debian-12/Dockerfile index 63a725cb289a..56fc535ce2ea 100644 --- a/bitnami/azure-cli/2/debian-12/Dockerfile +++ b/bitnami/azure-cli/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-30T07:01:13Z" \ + org.opencontainers.image.created="2025-09-30T16:14:14Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/azure-cli" \ @@ -49,7 +49,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2.77.0" \ BITNAMI_APP_NAME="azure-cli" \ - IMAGE_REVISION="13" \ + IMAGE_REVISION="14" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/azure-cli/bin:/opt/bitnami/azure-cli/venv/bin:$PATH" USER 1001