Update Google Cloud SDK Version in ui-tests Dockerfile

203 -> 407

https://cloud.google.com/sdk/docs/release-notes
This commit is contained in:
Aaron Train 2022-10-27 13:45:00 -04:00 committed by mergify[bot]
parent 3fe88c05b2
commit 703d9ba466
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get install -y jq \
USER worker:worker
ENV GOOGLE_SDK_DOWNLOAD ./gcloud.tar.gz
ENV GOOGLE_SDK_VERSION 233
ENV GOOGLE_SDK_VERSION 407
ENV TEST_TOOLS /builds/worker/test-tools
ENV PATH ${PATH}:${TEST_TOOLS}:${TEST_TOOLS}/google-cloud-sdk/bin