Skip to content

Commit

Permalink
[Security]: Upgrade urllib3 to fix CVE-2021-33503
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Feb 25, 2022
1 parent 38967a4 commit 5d19c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-mgmt-framework/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip3 install connexion==2.7.0 \
certifi==2017.4.17 \
python-dateutil==2.6.0 \
six==1.11.0 \
urllib3==1.21.1
urllib3==1.26.5

COPY \
{% for deb in docker_sonic_mgmt_framework_debs.split(' ') -%}
Expand Down

0 comments on commit 5d19c74

Please sign in to comment.