Skip to content

Commit

Permalink
Update gcloud to 389.0.0 (GoogleCloudPlatform#8082)
Browse files Browse the repository at this point in the history
The existing version lacks `gcloud artifacts` which is blocking some tests.
This PR upgrades gcloud to 389.0.0.

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
  • Loading branch information
ivanmkc and dandhlee authored Jun 19, 2022
1 parent d327263 commit 712622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ RUN rm /tmp/get-pip.py
RUN pip install --no-cache-dir virtualenv

# Setup Cloud SDK
ENV CLOUD_SDK_VERSION 360.0.0
ENV CLOUD_SDK_VERSION 389.0.0
# Use system python for cloud sdk.
ENV CLOUDSDK_PYTHON python3.6
RUN wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz
Expand Down

0 comments on commit 712622c

Please sign in to comment.