Commit 6197beca authored by Bobby Rullo's avatar Bobby Rullo

Dockerfile: use go 1.4 to build

parent 31585803
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 ...@@ -23,4 +23,4 @@ for VAR in ${DOCKER_LINKS//,/ }; do
done done
echo "running with docker, might take a while to pull the image..." 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