This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 3bb4a5f Bump Ansible version to 2.5.0 (#191)
3bb4a5f is described below
commit 3bb4a5f527fc416f7d6adc8290363be6f35fb111
Author: James Dubee <[email protected]>
AuthorDate: Fri May 4 17:05:56 2018 -0400
Bump Ansible version to 2.5.0 (#191)
---
docker/couchdb/Dockerfile | 2 +-
docker/docker-pull/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/couchdb/Dockerfile b/docker/couchdb/Dockerfile
index c6a555d..596137c 100644
--- a/docker/couchdb/Dockerfile
+++ b/docker/couchdb/Dockerfile
@@ -19,7 +19,7 @@ RUN pip install argcomplete
RUN pip install couchdb
RUN pip install --upgrade cffi
RUN pip install markupsafe
-RUN pip install ansible==2.4.2.0
+RUN pip install ansible==2.5.0
RUN pip install -U pyopenssl
COPY init.sh /init.sh
diff --git a/docker/docker-pull/Dockerfile b/docker/docker-pull/Dockerfile
index e18c854..831e72b 100644
--- a/docker/docker-pull/Dockerfile
+++ b/docker/docker-pull/Dockerfile
@@ -13,7 +13,7 @@ rm -f docker-${DOCKER_VERSION}.tgz && \
chmod +x /usr/bin/docker
RUN pip install --upgrade setuptools
-RUN pip install ansible==2.4.2.0
+RUN pip install ansible==2.5.0
RUN pip install jinja2==2.9.6
COPY pull_images.yml /pull_images.yml
--
To stop receiving notification emails like this one, please contact
[email protected].