diff options
author | Jack Lucas <jflos@sonoris.net> | 2020-08-31 11:01:04 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2020-08-31 11:01:04 -0400 |
commit | 4fbcea532be594e778220f0e188d5d5cc5b51b04 (patch) | |
tree | 2fcfc94753fbd1d4b3f3436dd2a03981943d31ab /Dockerfile-template | |
parent | e1fd4ab9dad8f3910cef2a75e896cb7e789decdf (diff) |
The password reset change for cm-container also
changed the version of Cloudify Manager, which
requires a corresponding change to the Cloudify
CLI installed on the bootstrap container.
Issue-ID: DCAEGEN2-1975
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I8957f48c326c64efe172e31d61008d08116c596e
Diffstat (limited to 'Dockerfile-template')
-rw-r--r-- | Dockerfile-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-template b/Dockerfile-template index 9810009..6bf6bfb 100644 --- a/Dockerfile-template +++ b/Dockerfile-template @@ -30,7 +30,7 @@ RUN curl -Ssf -L "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-lin 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.5.5 + && pip install cloudify==20.03.03 # Copy scripts RUN mkdir scripts |