We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7ed9b + 0452428 commit 8920d9cCopy full SHA for 8920d9c
1 file changed
images/installer/Dockerfile
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -o rcm-node-installer ./cmd/node-installer
11
RUN /app/rcm-node-installer -h
12
13
# Using busybox instead of scratch so that the nsenter utility is present, as used in restarter logic
14
-FROM busybox:1.37@sha256:b3255e7dfbcd10cb367af0d409747d511aeb66dfac98cf30e97e87e4207dd76f
+FROM busybox:1.37@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
15
COPY --from=builder /app/rcm-node-installer /rcm-node-installer
16
17
ENTRYPOINT ["/rcm-node-installer"]
0 commit comments