Revert "fix(docker): revert to API version negotiation for Docker client"

This reverts commit 1bcaf0dab5.
This commit is contained in:
yusing
2025-11-19 15:08:07 +08:00
parent cb642d7b32
commit 71177b0b05

View File

@@ -110,7 +110,7 @@ func Clients() map[string]*SharedClient {
return clients
}
var versionArg = client.WithAPIVersionNegotiation()
var versionArg = client.WithVersion("v1.51.0")
// NewClient creates a new Docker client connection to the specified host.
//