Update Dockerfile

This commit is contained in:
Jeff Mitchell 2018-01-22 19:47:44 -05:00 committed by GitHub
parent 28d6b91fe2
commit 93abbbca1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.9.2
ENV GOVERSION 1.9.3
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