Skip to content

Commit

Permalink
Update docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduBerinde committed Dec 7, 2018
1 parent 34ce64c commit 8911dd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/acceptance/cluster/dockercluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func CreateDocker(
log.Fatalf(ctx, "\"%s\": does not exist", *CockroachBinary)
}

cli, err := client.NewEnvClient()
cli, err := client.NewClientWithOpts(client.FromEnv)
maybePanic(err)

cli.NegotiateAPIVersion(ctx)
Expand Down
2 changes: 1 addition & 1 deletion vendor
Submodule vendor updated 200 files

0 comments on commit 8911dd0

Please sign in to comment.