Skip to content

Commit 3f50d01

Browse files
authored
Merge pull request #515 from spinframework/dependabot/docker/images/installer/busybox-d80cd69
chore(deps): bump busybox from `e3652a0` to `d80cd69` in /images/installer
2 parents 7c1ba53 + 3a6a501 commit 3f50d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:e3652a00a2fabd16ce889f0aa32c38eec347b997e73bd09e69c962ec7f8732ee
14+
FROM busybox:1.37@sha256:d80cd694d3e9467884fcb94b8ca1e20437d8a501096cdf367a5a1918a34fc2fd
1515
COPY --from=builder /app/rcm-node-installer /rcm-node-installer
1616

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

0 commit comments

Comments
 (0)