mirror of https://github.com/docker/compose.git
Upgrade to docker-py 0.6.0
Force using remote API version 1.14 so Fig is still compatible with Docker 1.2. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
e794e79209
commit
788741025e
|
@ -31,4 +31,4 @@ def docker_client():
|
|||
ca_cert=ca_cert,
|
||||
)
|
||||
|
||||
return Client(base_url=base_url, tls=tls_config)
|
||||
return Client(base_url=base_url, tls=tls_config, version='1.14')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PyYAML==3.10
|
||||
docker-py==0.5.3
|
||||
docker-py==0.6.0
|
||||
dockerpty==0.3.2
|
||||
docopt==0.6.1
|
||||
requests==2.2.1
|
||||
|
|
Loading…
Reference in New Issue