From 13e39c4651ae16e78a52d133328b7faa22598da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:58:12 +0000 Subject: [PATCH] chore(deps): bump busybox from 1.37 to 1.38 in /images/installer Bumps busybox from 1.37 to 1.38. --- updated-dependencies: - dependency-name: busybox dependency-version: '1.38' dependency-type: direct:production update-type: version-update:semver-minor ... 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 ef6ef46c..85c05d3c 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.37@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e +FROM busybox:1.38@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d COPY --from=builder /app/rcm-node-installer /rcm-node-installer ENTRYPOINT ["/rcm-node-installer"]