scripts: bump builder to Go 1.8.3

This commit is contained in:
Lucas Serven 2017-07-17 11:44:02 -07:00
parent b70f4c4f39
commit 6f8968b66b
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
1 changed files with 1 additions and 1 deletions

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'