X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=sw_config%2Fbmra%2FDockerfile;h=2402764f0fbf69d44530bfe94a90b66878035128;hb=7155286ed00a8bce09a948fb54fb4eeb85027e49;hp=d1c8b24b5a167f946ae768b26306102dfc7e37e9;hpb=d3916f20f0b10da360cc6c38b61e1ee04d6278c5;p=kuberef.git diff --git a/sw_config/bmra/Dockerfile b/sw_config/bmra/Dockerfile index d1c8b24..2402764 100644 --- a/sw_config/bmra/Dockerfile +++ b/sw_config/bmra/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER "Rihab Banday " RUN yum -y update && \ yum -y install git epel-release python36 python-netaddr && \ yum -y install python-pip && \ - pip install ansible==2.7.16 jmespath && \ + pip install ansible==2.9.6 jmespath && \ pip install jinja2 --upgrade CMD ["bash"]