Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 6cb0bb6

Browse files
committed
Bump client API version to 1.12
1 parent 58b2620 commit 6cb0bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func getClient(c *Context) (*dockerClient.Client, error) {
262262
endpoint = "unix:///var/run/docker.sock"
263263
}
264264

265-
return dockerClient.NewVersionedClient(endpoint, "1.11")
265+
return dockerClient.NewVersionedClient(endpoint, "1.12")
266266
}
267267

268268
func getContainerPid(c *Context) (int, error) {

0 commit comments

Comments
 (0)