Browse Source

scripts: bump builder to Go 1.8.3

pull/994/head
Lucas Serven 9 years ago
parent
commit
6f8968b66b
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
  1. 2
      scripts/docker-build

2
scripts/docker-build

@ -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…
Cancel
Save