fix(docker): enable API version negotiation for Docker client (#607)
This commit is contained in:
parent
c58b160f22
commit
afd80aa590
2 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ type plugin struct {
|
|||
}
|
||||
|
||||
func newDockerPlugin() (*plugin, error) {
|
||||
cli, err := client.NewClientWithOpts(client.FromEnv)
|
||||
cli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue