summaryrefslogtreecommitdiffstats
path: root/sw_config/bmra/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'sw_config/bmra/Dockerfile')
-rw-r--r--sw_config/bmra/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]