Skip to content

Commit

Permalink
Force update of dnsmasq
Browse files Browse the repository at this point in the history
We need to upgrade the dnsmasq version to fix the vulnerability
described in https://access.redhat.com/security/vulnerabilities/RHSB-2021-001
  • Loading branch information
elfosardo committed Jan 20, 2021
1 parent fb16227 commit ebe8150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM ubi8

RUN dnf update -y && \
dnf install -y python3-gunicorn openstack-ironic-api openstack-ironic-conductor crudini \
iproute dnsmasq httpd qemu-img parted gdisk ipxe-bootimgs psmisc procps-ng \
iproute "dnsmasq >= 2.79-11.el8_2.2" httpd qemu-img parted gdisk ipxe-bootimgs psmisc procps-ng \
mariadb-server ipxe-roms-qemu genisoimage python3-ironic-prometheus-exporter \
python3-jinja2 python3-sushy-oem-idrac && \
dnf clean all && \
Expand Down

0 comments on commit ebe8150

Please sign in to comment.