Skip to content

Commit

Permalink
Set CLOUD_SDK_VERSION=331.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz authored Mar 10, 2021
1 parent ee85ae9 commit a10cc15
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 @@ -17,7 +17,7 @@ FROM quay.io/helmpack/chart-testing:v3.3.1
RUN apk add bash tree curl wget

ENV PATH /google-cloud-sdk/bin:$PATH
ARG CLOUD_SDK_VERSION=324.0.0
ARG CLOUD_SDK_VERSION=331.0.0
RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
tar xzf "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
rm "google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz" && \
Expand Down

0 comments on commit a10cc15

Please sign in to comment.