From becc7e6647dbde77bdbab039d97860ebaa684d9a Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:32:11 +0000 Subject: [PATCH] chore(deps): update Docker dependency pins --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 628c0da8..3c5aa9f4 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.88.0 -ARG PIP_VERSION=26.2 +ARG AZURE_CLI_VERSION=2.89.0 +ARG PIP_VERSION=26.2.1 ARG YQ_VERSION=4.53.3 -ARG GCLOUD_VERSION=578.0.0 +ARG GCLOUD_VERSION=579.0.0 # Set base environment variables ENV DEBIAN_FRONTEND=noninteractive \