Skip to content

Commit 5639f7e

Browse files
committed
chore: udpate gcloud CLI to the latest '565' version
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent 91e6e72 commit 5639f7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

universal/ubi10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ set -euf -o pipefail
478478
TEMP_DIR="$(mktemp -d)"
479479
cd "${TEMP_DIR}"
480480

481-
GCLOUD_VERSION="512.0.0"
481+
GCLOUD_VERSION="565.0.0"
482482

483483
case "$TARGETARCH" in
484484
amd64)

universal/ubi9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ set -euf -o pipefail
446446
TEMP_DIR="$(mktemp -d)"
447447
cd "${TEMP_DIR}"
448448

449-
GCLOUD_VERSION="512.0.0"
449+
GCLOUD_VERSION="565.0.0"
450450

451451
case "$TARGETARCH" in
452452
amd64)

0 commit comments

Comments
 (0)