From e902bd5b29ce47cbb5f36a418750d6c79c115643 Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:45:05 +0000 Subject: [PATCH] chore(deps): update Docker dependency pins --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0792d50..1e949049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="UDX CAG Team" ARG AZURE_CLI_VERSION=2.87.0 ARG PIP_VERSION=26.1.2 ARG YQ_VERSION=4.53.3 -ARG GCLOUD_VERSION=573.0.0 +ARG GCLOUD_VERSION=574.0.0 # Set base environment variables ENV DEBIAN_FRONTEND=noninteractive \