Commit ea4c04fd authored by Eric Chiang's avatar Eric Chiang

Merge pull request #433 from chris-rock/chris-rock/go-1.6.2

use go 1.6.2 for docker go build
parents 71e2ae98 58b908ff
FROM golang:1.6
RUN go get golang.org/x/tools/cmd/cover
RUN go get golang.org/x/tools/cmd/vet
RUN go get github.com/tools/godep
......@@ -23,4 +23,4 @@ for VAR in ${DOCKER_LINKS//,/ }; do
done
echo "running with docker, might take a while to pull the image..."
docker run $LINKS_STR $ENV_STR --rm -v `pwd`:/go/src/$REPO -w /go/src/$REPO quay.io/coreos/dex-builder:1.4 $@
docker run $LINKS_STR $ENV_STR --rm -v `pwd`:/go/src/$REPO -w /go/src/$REPO -t golang:1.6.2 $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment