Skip to content

Commit 9d10ec2

Browse files
Move to scratch to save some disk space:
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 922c0cb commit 9d10ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/hook-bootkit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /src
44
RUN go mod download
55
RUN CGO_ENABLED=0 go build -a -ldflags '-s -w -extldflags "-static"' -o /bootkit
66

7-
FROM alpine
7+
FROM scratch
88
COPY --from=dev /bootkit .
99
ENTRYPOINT ["/bootkit"]

0 commit comments

Comments
 (0)