Skip to content

Commit cf51490

Browse files
chore(deps): bump busybox in /images/installer
Bumps busybox from `e226d63` to `b3255e7`. --- updated-dependencies: - dependency-name: busybox dependency-version: '1.37' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f01e33e commit cf51490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -o rcm-node-installer ./cmd/node-installer
1111
RUN /app/rcm-node-installer -h
1212

1313
# Using busybox instead of scratch so that the nsenter utility is present, as used in restarter logic
14-
FROM busybox:1.37@sha256:e226d6308690dbe282443c8c7e57365c96b5228f0fe7f40731b5d84d37a06839
14+
FROM busybox:1.37@sha256:b3255e7dfbcd10cb367af0d409747d511aeb66dfac98cf30e97e87e4207dd76f
1515
COPY --from=builder /app/rcm-node-installer /rcm-node-installer
1616

1717
ENTRYPOINT ["/rcm-node-installer"]

0 commit comments

Comments
 (0)