We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c0cb commit 9d10ec2Copy full SHA for 9d10ec2
images/hook-bootkit/Dockerfile
@@ -4,6 +4,6 @@ WORKDIR /src
4
RUN go mod download
5
RUN CGO_ENABLED=0 go build -a -ldflags '-s -w -extldflags "-static"' -o /bootkit
6
7
-FROM alpine
+FROM scratch
8
COPY --from=dev /bootkit .
9
ENTRYPOINT ["/bootkit"]
0 commit comments