From 5743286ca690c03f9d900225f4fc6fc72367e220 Mon Sep 17 00:00:00 2001
From: Gerrit <Gerrit91@users.noreply.github.com>
Date: Thu, 22 Feb 2024 12:50:32 +0100
Subject: [PATCH] Update to cloud SDK 465.0.0. (#35)

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7d0b694..b66a43b 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