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

Commit

Permalink
Merge pull request #34 from emmetog/master
Browse files Browse the repository at this point in the history
Bump client API version to 1.12
  • Loading branch information
ibuildthecloud committed Sep 9, 2015
2 parents 58b2620 + 6cb0bb6 commit 9b02cf9
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 9b02cf9

Please sign in to comment.