Skip to content

Commit fe5f4ce

Browse files
authored
Merge pull request #693 from spinframework/dependabot/docker/images/installer/busybox-1.38
chore(deps): bump busybox from 1.37 to 1.38 in /images/installer
2 parents 02fc42e + 13e39c4 commit fe5f4ce

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:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
14+
FROM busybox:1.38@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
1515
COPY --from=builder /app/rcm-node-installer /rcm-node-installer
1616

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

0 commit comments

Comments
 (0)