[ATMOSPHERE-445] Ironic Unvalidated image data passed to qemu-img (CVE-2024-44082) (#1883)
https://bugs.launchpad.net/ironic/+bug/2071740
diff --git a/images/ironic/Dockerfile b/images/ironic/Dockerfile
index 68d9f6a..8003a75 100644
--- a/images/ironic/Dockerfile
+++ b/images/ironic/Dockerfile
@@ -4,7 +4,7 @@
ARG RELEASE
FROM registry.atmosphere.dev/library/openstack-venv-builder:${RELEASE} AS build
-ARG IRONIC_GIT_REF=995fa6c048297211deceddb05b00bbd34ef27eb6
+ARG IRONIC_GIT_REF=d0fb7bce54e9d241a4442ef2347ac51ee1f4d7af
ADD --keep-git-dir=true https://opendev.org/openstack/ironic.git#${IRONIC_GIT_REF} /src/ironic
RUN git -C /src/ironic fetch --unshallow
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe