From 1536f25cee7ca87c94a72dfab1b676b258e93236 Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Sun, 13 Sep 2026 05:19:36 +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 f5fa030a..43a762ff 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.1 +ARG AZURE_CLI_VERSION=2.90.0 ARG PIP_VERSION=26.2.1 ARG YQ_VERSION=4.53.6 -ARG GCLOUD_VERSION=582.0.0 +ARG GCLOUD_VERSION=584.0.0 # Set base environment variables ENV DEBIAN_FRONTEND=noninteractive \