Skip to content

Commit

Permalink
Merge pull request #72 from tonglil/update-gcloud
Browse files Browse the repository at this point in the history
Update SDK to 187.0.0
  • Loading branch information
tonglil authored Feb 2, 2018
2 parents b3294a7 + 93b5125 commit 7fc3d9b
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 @@ -2,7 +2,7 @@ FROM alpine:3.4

RUN apk add --no-cache curl python

ENV GOOGLE_CLOUD_SDK_VERSION=161.0.0
ENV GOOGLE_CLOUD_SDK_VERSION=187.0.0

# Install the gcloud SDK
RUN curl -fsSLo google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$GOOGLE_CLOUD_SDK_VERSION-linux-x86_64.tar.gz && \
Expand Down

0 comments on commit 7fc3d9b

Please sign in to comment.