Commit 3d9e51f0 authored by Christoph Hartmann's avatar Christoph Hartmann

use go 1.6.2 for docker go build

parent 71e2ae98
...@@ -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/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