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 8f12347 commit 2956a19Copy full SHA for 2956a19
Dockerfile
@@ -23,7 +23,7 @@ COPY pkg/ pkg/
23
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
24
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o kfutil main.go
25
26
-FROM ubuntu:latest
+FROM alpine:latest
27
WORKDIR /
28
COPY --from=builder /workspace/kfutil /usr/local/bin/kfutil
29
0 commit comments