Merge pull request #994 from squat/bump_go_183

scripts: bump builder to Go 1.8.3
This commit is contained in:
rithu leena john 2017-07-17 13:01:04 -07:00 committed by GitHub
commit 714fea7f48

View file

@ -6,7 +6,7 @@ sudo docker run \
--cidfile=cid \
-v $PWD:/go/src/github.com/coreos/dex:ro \
-w /go/src/github.com/coreos/dex \
golang:1.8.0-alpine \
golang:1.8.3-alpine \
/bin/sh -x -c \
'apk add --no-cache --update alpine-sdk && make release-binary'