Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Apr 24, 2018
1 parent 0269f4f commit 1f0fa19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ LABEL maintainer="[email protected]"

# GAE/Go build & testing environment for Circle CI 2.0

ENV GCLOUD_SDK_VERSION 194.0.0
ENV GOLANG_VERSION 1.10
ENV GCLOUD_SDK_VERSION 199.0.0
ENV GOLANG_VERSION 1.10.1
ENV DEP_VERSION 0.4.1
ENV NODEJS_VERSION v8
ENV NODEJS_VERSION v10

RUN mkdir /work
WORKDIR /work
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN curl -o google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/channels/r
# setup go environment
ENV PATH=$PATH:/go/bin:/usr/local/go/bin
ENV GOPATH=/go
RUN curl -o go.tar.gz https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
RUN curl -o go.tar.gz -L https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
tar -zxf go.tar.gz && \
mv go /usr/local && \
rm go.tar.gz
Expand Down

0 comments on commit 1f0fa19

Please sign in to comment.