summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/Dockerfile-template
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-04-03 23:45:44 +0000
committerJack Lucas <jflucas@research.att.com>2018-04-03 23:46:33 +0000
commit097fea912262a1e4f2ffb7163cd6209c26e8698d (patch)
treec6328f70171509497f0ea29605ae7faf2e65aa42 /k8s-bootstrap-container/Dockerfile-template
parent6c11793dc8682bc3e1e47309e2ba39e200599fec (diff)
Use Cloudify CLI 4.2
Change-Id: Icc671a8c9344c26c7465f1d54abf1ec3f6da8e9b Issue-ID: DCAEGEN2-427 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/Dockerfile-template')
-rw-r--r--k8s-bootstrap-container/Dockerfile-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/Dockerfile-template b/k8s-bootstrap-container/Dockerfile-template
index 713284d..26bc9a1 100644
--- a/k8s-bootstrap-container/Dockerfile-template
+++ b/k8s-bootstrap-container/Dockerfile-template
@@ -31,7 +31,7 @@ RUN yum install -y gcc python-devel
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& rm get-pip.py \
- && pip install cloudify==4.3
+ && pip install cloudify==4.2
# Get plugin archives and build wagons
RUN mkdir scripts