From d753de6dff40fd0737d40c41346ef2c1ea838d32 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Thu, 22 Feb 2024 12:37:08 +0100 Subject: [PATCH] Update to cloud SDK 465.0.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de5a9a0..498629b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim ENV VERSION_CT=0.9.0 \ VERSION_HELM=3.12.3 \ - CLOUD_SDK_VERSION=464.0.0 + CLOUD_SDK_VERSION=465.0.0 ENV PATH /google-cloud-sdk/bin:$PATH