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 359a672 + 6c9dbbc commit f60f4ddCopy full SHA for f60f4dd
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=09e61ba8010532358a5be065b6999b8aef5ea442
+ARG IRONIC_GIT_REF=403d18a0d6fbe7110f47d390fbaeb77bb678e6f3
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