forked from mystiq/dex
scripts: bump builder to Go 1.8.3
This commit is contained in:
parent
b70f4c4f39
commit
6f8968b66b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue