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 0c93f6a + 49e5cc2 commit 152ecd3Copy full SHA for 152ecd3
1 file changed
containers/ironic/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
14
# clone source and patch it
15
# renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2026.1
16
-ARG IRONIC_GIT_REF=a21904bdcc7b028aa15f5016c8c7c00d17b1f31b
+ARG IRONIC_GIT_REF=74bddc1d9bc59d549c1fd62d7eee6d6cba984816
17
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
18
RUN git -C /src/ironic fetch --unshallow --tags
19
0 commit comments