diff options
Diffstat (limited to 'k8s-bootstrap-container/Dockerfile-template')
-rw-r--r-- | k8s-bootstrap-container/Dockerfile-template | 2 |
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 |