Commit 623c6cfe authored by bobbyrullo's avatar bobbyrullo

Merge pull request #165 from bobbyrullo/one_Dot_four

Dockerfile: use go 1.4 to build
parents 31585803 6197beca
FROM golang:1.4
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
\ No newline at end of file
......@@ -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/go-builder:1.3.3 $@
docker run $LINKS_STR $ENV_STR --rm -v `pwd`:/go/src/$REPO -w /go/src/$REPO quay.io/coreos/dex-builder:1.4 $@
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