Skip to content

Commit

Permalink
Merge pull request influxdata#6183 from jonseymour/jss-use-go-1.4.3-i…
Browse files Browse the repository at this point in the history
…n-builder-docker.sh

Use preferred go1.4.3 for docker images too.
  • Loading branch information
jsternberg committed Apr 1, 2016
2 parents 1d6b38c + f45263d commit d45ca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -x

GO_VER=${GO_VER:-1.5}
GO_VER=${GO_VER:-1.4.3}

docker run -it -v "${GOPATH}":/gopath -v "$(pwd)":/app -e "GOPATH=/gopath" -w /app golang:$GO_VER sh -c 'CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o influxd ./cmd/influxd'

Expand Down

0 comments on commit d45ca37

Please sign in to comment.