Merge pull request #994 from squat/bump_go_183
scripts: bump builder to Go 1.8.3
This commit is contained in:
commit
714fea7f48
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sudo docker run \
|
||||||
--cidfile=cid \
|
--cidfile=cid \
|
||||||
-v $PWD:/go/src/github.com/coreos/dex:ro \
|
-v $PWD:/go/src/github.com/coreos/dex:ro \
|
||||||
-w /go/src/github.com/coreos/dex \
|
-w /go/src/github.com/coreos/dex \
|
||||||
golang:1.8.0-alpine \
|
golang:1.8.3-alpine \
|
||||||
/bin/sh -x -c \
|
/bin/sh -x -c \
|
||||||
'apk add --no-cache --update alpine-sdk && make release-binary'
|
'apk add --no-cache --update alpine-sdk && make release-binary'
|
||||||
|
|
||||||
|
|
Reference in a new issue