From 2e1f873206ebc3f79dcccae47eec015f4e2b7c91 Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:14:18 +0000 Subject: [PATCH] chore(deps): update Docker dependency pins --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c5aa9f4..00fbbb1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ FROM ubuntu:25.10 # Set the maintainer of the image LABEL maintainer="UDX CAG Team" -ARG AZURE_CLI_VERSION=2.89.0 +ARG AZURE_CLI_VERSION=2.89.1 ARG PIP_VERSION=26.2.1 ARG YQ_VERSION=4.53.3 -ARG GCLOUD_VERSION=579.0.0 +ARG GCLOUD_VERSION=580.0.0 # Set base environment variables ENV DEBIAN_FRONTEND=noninteractive \