X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=sw_config%2Fbmra%2FDockerfile;h=4ea0f35a013ff079aec2d83d1211d3f8fa6ef3c6;hb=69a9aefa68d69523e469d10c53a87524c77aeff4;hp=97442d82f07b4b990bdac77f12b86c6ebd064b62;hpb=76243b0baeaa427fa4042d92b1aef0a0dc7835d9;p=kuberef.git diff --git a/sw_config/bmra/Dockerfile b/sw_config/bmra/Dockerfile index 97442d8..4ea0f35 100644 --- a/sw_config/bmra/Dockerfile +++ b/sw_config/bmra/Dockerfile @@ -6,7 +6,7 @@ RUN yum -y update && \ yum -y install git epel-release python36 python-netaddr && \ yum -y install python-pip && \ pip install --no-cache-dir pip==9.0.3 && \ - pip install --no-cache-dir ansible==2.9.6 jmespath && \ + pip install --no-cache-dir ansible==2.9.17 jmespath && \ pip install --no-cache-dir jinja2 --upgrade CMD ["bash"]