Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
6f8968b6
Unverified
Commit
6f8968b6
authored
Jul 17, 2017
by
Lucas Serven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: bump builder to Go 1.8.3
parent
b70f4c4f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker-build
scripts/docker-build
+1
-1
No files found.
scripts/docker-build
View file @
6f8968b6
...
@@ -6,7 +6,7 @@ sudo docker run \
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment