We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3948ed4 + cafc56a commit fd23b3cCopy full SHA for fd23b3c
1 file changed
containers/ironic/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
&& apt-get clean && rm -rf /var/lib/apt/lists/*
13
14
# renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2026.1
15
-ARG IRONIC_GIT_REF=e348a5f8bb2895c8304b06beef7835a85805b497
+ARG IRONIC_GIT_REF=09e61ba8010532358a5be065b6999b8aef5ea442
16
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
17
RUN git -C /src/ironic fetch --unshallow --tags
18
0 commit comments