From 45cb899800a171a398238665009af73927969db0 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 22 Aug 2018 19:29:40 +0000 Subject: Update CM to 18.7.23 Issue-ID: DCAEGEN2-619 Change-Id: I8140061d9358a99f2e13bb78facb15dbc77229a7 Signed-off-by: Jack Lucas --- k8s-bootstrap-container/Dockerfile-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k8s-bootstrap-container/Dockerfile-template') diff --git a/k8s-bootstrap-container/Dockerfile-template b/k8s-bootstrap-container/Dockerfile-template index 55e64f0..9f95eb8 100644 --- a/k8s-bootstrap-container/Dockerfile-template +++ b/k8s-bootstrap-container/Dockerfile-template @@ -41,7 +41,7 @@ COPY 00-consul.json /opt/consul/config/ RUN curl -Ss -L "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64" > /bin/jq \ && chmod +x /bin/jq -# Install pip +# Install pip and Cloudify CLI (stay at version 4.2 because of changes in higher versions) RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ && python get-pip.py \ && rm get-pip.py \ -- cgit 1.2.3-korg