diff --git a/containers/ironic/Dockerfile b/containers/ironic/Dockerfile index 6ebc45ca8..1bb113d5f 100644 --- a/containers/ironic/Dockerfile +++ b/containers/ironic/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ # clone source and patch it # renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2025.2 -ARG IRONIC_GIT_REF=8a46e2786e90b3441177691f2f151eb8ccd7bc4c +ARG IRONIC_GIT_REF=e466b35fcea31a2fef1ff555e4c5e633dbd32a19 ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic RUN git -C /src/ironic fetch --unshallow --tags