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

Commit

Permalink
Bump client API version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
emmetog committed Jul 27, 2015
1 parent 58b2620 commit 6cb0bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func getClient(c *Context) (*dockerClient.Client, error) {
endpoint = "unix:///var/run/docker.sock"
}

return dockerClient.NewVersionedClient(endpoint, "1.11")
return dockerClient.NewVersionedClient(endpoint, "1.12")
}

func getContainerPid(c *Context) (int, error) {
Expand Down

0 comments on commit 6cb0bb6

Please sign in to comment.