Skip to content

Commit

Permalink
[v1.5.x] images/ansible-operator: pin urllib3 to 1.26.4 (#4724)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
  • Loading branch information
Eric Stroczynski committed Apr 7, 2021
1 parent 463f668 commit 052de7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/fragments/urllib3-1.26.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
entries:
- description: >
Bumped urllib3 in ansible-operator-base and ansible-operator images to 1.26.4
for a security fix.
kind: change
1 change: 1 addition & 0 deletions images/ansible-operator/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
openshift==0.10.3 \
ansible==2.9.15 \
jmespath==0.10.0 \
urllib3==1.26.4 \
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
&& yum clean all \
&& rm -rf /var/cache/yum
Expand Down

0 comments on commit 052de7c

Please sign in to comment.