Skip to content

Commit d04ad41

Browse files
committed
[docker-config-engine]: lockdown netaddr,ipaddr,jinja pip version
Signed-off-by: Guohan Lu <[email protected]>
1 parent 6fc6220 commit d04ad41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-config-engine/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get install -y python-lxml python-yaml python-bitarray python-pip python
1010

1111
RUN pip install --upgrade pip
1212

13-
RUN pip install netaddr ipaddr jinja2 pyangbind==0.5.10
13+
RUN pip install netaddr==0.7.19 ipaddr==2.2.0 jinja2==2.11.2 pyangbind==0.5.10
1414

1515
{% if docker_config_engine_debs.strip() %}
1616
COPY \

0 commit comments

Comments
 (0)