diff --git a/internal/libdocker/docker.go b/internal/libdocker/docker.go index ca21e473f0..d18f273498 100644 --- a/internal/libdocker/docker.go +++ b/internal/libdocker/docker.go @@ -10,7 +10,7 @@ import ( docker "github.com/fsouza/go-dockerclient" ) -const apiVersion = "1.25" +const apiVersion = "1.44" // Config is the configuration of the docker backend. type Config struct {