Skip to content

Commit

Permalink
pwx-38748: upgrade gcloud-sdk version to fix crc32 vuln (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
strivedi-px committed Aug 27, 2024
1 parent 097dcb1 commit b5cc7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN asdf install kubelogin latest
RUN asdf global kubelogin latest

#Install Google Cloud SDK
ARG GCLOUD_SDK=google-cloud-cli-483.0.0-linux-x86_64.tar.gz
ARG GCLOUD_SDK=google-cloud-cli-489.0.0-linux-x86_64.tar.gz
ARG GCLOUD_INSTALL_DIR="/usr/lib"
ENV PATH "${PATH}:$GCLOUD_INSTALL_DIR/google-cloud-sdk/bin"
# Download GCLOUD_SDK tar bundle, untar it , install gke-gcloud-auth-plugin
Expand Down

0 comments on commit b5cc7c5

Please sign in to comment.