This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new bf63bb2  Bump docker python version to 4.0.2 (#4563)
bf63bb2 is described below

commit bf63bb2c31e5907689655d226511cbb99126b734
Author: yihuaf <fang.yihua.e...@gmail.com>
AuthorDate: Mon Jul 22 02:20:03 2019 -0700

    Bump docker python version to 4.0.2 (#4563)
    
    The docker python version is too old in the role. Latest docker-compose
    starts to crash due to the version being too old.
---
 ansible/roles/prereq/tasks/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/prereq/tasks/deploy.yml 
b/ansible/roles/prereq/tasks/deploy.yml
index c205b49..afa8fce 100644
--- a/ansible/roles/prereq/tasks/deploy.yml
+++ b/ansible/roles/prereq/tasks/deploy.yml
@@ -36,7 +36,7 @@
 - name: install docker for python
   pip:
     name: docker
-    version: 2.2.1
+    version: 4.0.2
   become: true
 
 - name: install httplib2

Reply via email to