Skip to content

Commit

Permalink
Merge pull request #15 from yunzhu-li/update-docker-version
Browse files Browse the repository at this point in the history
Update docker version to 1.10.0
  • Loading branch information
bradrydzewski authored Jan 20, 2017
2 parents 536d38d + 8deae8a commit 72d7346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# docker build --rm=true -t plugins/drone-gcr .

FROM rancher/docker:1.8.1
FROM rancher/docker:1.10.0

ADD drone-gcr /go/bin/
VOLUME /var/lib/docker
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
vargs.Token = strings.TrimSpace(vargs.Token)

go func() {
args := []string{"-d"}
args := []string{"daemon"}

if len(vargs.Storage) != 0 {
args = append(args, "-s", vargs.Storage)
Expand Down

0 comments on commit 72d7346

Please sign in to comment.