Skip to content

Commit 052de7c

Browse files
author
Eric Stroczynski
authored
[v1.5.x] images/ansible-operator: pin urllib3 to 1.26.4 (#4724)
Signed-off-by: Eric Stroczynski <[email protected]>
1 parent 463f668 commit 052de7c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
entries:
2+
- description: >
3+
Bumped urllib3 in ansible-operator-base and ansible-operator images to 1.26.4
4+
for a security fix.
5+
kind: change

images/ansible-operator/base.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
2626
openshift==0.10.3 \
2727
ansible==2.9.15 \
2828
jmespath==0.10.0 \
29+
urllib3==1.26.4 \
2930
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
3031
&& yum clean all \
3132
&& rm -rf /var/cache/yum

0 commit comments

Comments
 (0)