From ff80186df103dc3946155dd11859b466f4660112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:42:57 +0000 Subject: [PATCH] chore(deps): bump busybox in /images/installer Bumps busybox from `fd8d9aa` to `dc2d74b`. --- updated-dependencies: - dependency-name: busybox dependency-version: '1.38' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- images/installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/installer/Dockerfile b/images/installer/Dockerfile index 38f6b7ce..e8cff704 100644 --- a/images/installer/Dockerfile +++ b/images/installer/Dockerfile @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -o rcm-node-installer ./cmd/node-installer RUN /app/rcm-node-installer -h # Using busybox instead of scratch so that the nsenter utility is present, as used in restarter logic -FROM busybox:1.38@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d +FROM busybox:1.38@sha256:dc2d74b28e4cf8984fa52af1f39bc7c3d9c73760b41a74d629f5d11b1ab28616 COPY --from=builder /app/rcm-node-installer /rcm-node-installer ENTRYPOINT ["/rcm-node-installer"]