Skip to content

Commit 2956a19

Browse files
committed
chore: Change base image to
1 parent 8f12347 commit 2956a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY pkg/ pkg/
2323
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2424
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o kfutil main.go
2525

26-
FROM ubuntu:latest
26+
FROM alpine:latest
2727
WORKDIR /
2828
COPY --from=builder /workspace/kfutil /usr/local/bin/kfutil
2929

0 commit comments

Comments
 (0)