Skip to content

Commit

Permalink
Bump Go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 27, 2016
1 parent c5da57a commit a930d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross/Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y -q \
git mercurial bzr \
&& rm -rf /var/lib/apt/lists/*

ENV GOVERSION 1.6
ENV GOVERSION 1.6.2
RUN mkdir /goroot && mkdir /gopath
RUN curl https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \
| tar xvzf - -C /goroot --strip-components=1
Expand Down

0 comments on commit a930d31

Please sign in to comment.