Skip to content

Commit

Permalink
Merge pull request #433 from chris-rock/chris-rock/go-1.6.2
Browse files Browse the repository at this point in the history
use go 1.6.2 for docker go build
  • Loading branch information
ericchiang committed May 4, 2016
2 parents 71e2ae9 + 58b908f commit ea4c04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Dockerfile-builder

This file was deleted.

2 changes: 1 addition & 1 deletion go-docker
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit ea4c04f

Please sign in to comment.