Updates Kuberef to use BMRA v21.08
[kuberef.git] / sw_config / bmra / Dockerfile
index 3f21241..d464822 100644 (file)
@@ -10,7 +10,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.17 jmespath && \
+    pip install --no-cache-dir ansible==2.9.20 jmespath && \
     pip install --no-cache-dir jinja2 --upgrade
 
 CMD ["bash"]