mirror of https://github.com/status-im/consul.git
Upgrades to Go 1.6.2.
This commit is contained in:
parent
fd63a81706
commit
78b20f508c
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
|
|
||||||
ENV GOVERSION 1.6.1
|
ENV GOVERSION 1.6.2
|
||||||
|
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install --no-install-recommends -y -q \
|
apt-get install --no-install-recommends -y -q \
|
||||||
|
@ -27,4 +27,4 @@ ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
||||||
|
|
||||||
RUN mkdir -p $GOPATH/src/github.com/hashicorp/consul
|
RUN mkdir -p $GOPATH/src/github.com/hashicorp/consul
|
||||||
WORKDIR $GOPATH/src/github.com/hashicorp/consul
|
WORKDIR $GOPATH/src/github.com/hashicorp/consul
|
||||||
CMD ./scripts/dist_build.sh
|
CMD ./scripts/dist_build.sh
|
||||||
|
|
Loading…
Reference in New Issue