diff --git a/scripts/in_container/bin/install_gcloud.sh b/scripts/in_container/bin/install_gcloud.sh index 86a6fe32f4d75c..86908fd5a292c7 100755 --- a/scripts/in_container/bin/install_gcloud.sh +++ b/scripts/in_container/bin/install_gcloud.sh @@ -34,7 +34,7 @@ if command -v gcloud; then exit 1 fi -CLOUD_SDK_VERSION=322.0.0 +CLOUD_SDK_VERSION=485.0.0 DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz" if [[ -e ${INSTALL_DIR} ]]; then