Update Go version to 1.4.2

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-05-28 15:18:47 -07:00
parent cef1686b33
commit 03044dc1a0
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
FROM golang:1.3-cross
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
FROM golang:1.4.2-cross
# TODO: Vendor these `go get` commands using Godep.
RUN go get github.com/mitchellh/gox
RUN go get github.com/aktau/github-release
RUN go get github.com/tools/godep
RUN go get code.google.com/p/go.tools/cmd/cover
RUN go get golang.org/x/tools/cmd/cover
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine