Skip to content

Commit 03044dc

Browse files
Update Go version to 1.4.2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent cef1686 commit 03044dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM golang:1.3-cross
2-
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client
1+
FROM golang:1.4.2-cross
32

43
# TODO: Vendor these `go get` commands using Godep.
54
RUN go get github.com/mitchellh/gox
65
RUN go get github.com/aktau/github-release
76
RUN go get github.com/tools/godep
8-
RUN go get code.google.com/p/go.tools/cmd/cover
7+
RUN go get golang.org/x/tools/cmd/cover
98

109
ENV GOPATH /go/src/github.com/docker/machine/Godeps/_workspace:/go
1110
ENV MACHINE_BINARY /go/src/github.com/docker/machine/docker-machine

0 commit comments

Comments
 (0)