Skip to content

Commit

Permalink
Merge pull request #16 from rimusz/chukka-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
chukka authored Dec 11, 2020
2 parents 0b1dbfd + 17a5d85 commit b5ab620
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=319.0.0
ARG CLOUD_SDK_VERSION=320.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 b5ab620

Please sign in to comment.