Skip to content

Commit

Permalink
Merge pull request dexidp#994 from squat/bump_go_183
Browse files Browse the repository at this point in the history
scripts: bump builder to Go 1.8.3
  • Loading branch information
rithujohn191 committed Jul 17, 2017
2 parents ced278b + 3cebb2b commit a04a228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-build
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit a04a228

Please sign in to comment.