mirror of https://github.com/docker/docs.git
1.5.1->1.5.2
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
a4a1d3bd01
commit
9677ddd06f
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5.1
|
- 1.5.2
|
||||||
|
|
||||||
# let us have speedy Docker-based Travis workers
|
# let us have speedy Docker-based Travis workers
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.5.1
|
FROM golang:1.5.2
|
||||||
|
|
||||||
COPY . /go/src/github.com/docker/swarm
|
COPY . /go/src/github.com/docker/swarm
|
||||||
WORKDIR /go/src/github.com/docker/swarm
|
WORKDIR /go/src/github.com/docker/swarm
|
||||||
|
|
|
@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git file parall
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install golang
|
# Install golang
|
||||||
ENV GO_VERSION 1.5.1
|
ENV GO_VERSION 1.5.2
|
||||||
RUN curl -sSL https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -v -C /usr/local -xz
|
RUN curl -sSL https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -v -C /usr/local -xz
|
||||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|
Loading…
Reference in New Issue