We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c5665 commit 95a523aCopy full SHA for 95a523a
cmd/client/Dockerfile
@@ -14,9 +14,7 @@ COPY cmd/client/ client/
14
# Build
15
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -C client/ -a -o client .
16
17
-# Use distroless as minimal base image to package the client binary
18
-# Refer to https://github.com/GoogleContainerTools/distroless for more details
19
-FROM gcr.io/distroless/static:nonroot
+FROM alpine:3.22.1
20
WORKDIR /
21
COPY --from=builder /workspace/client .
22
USER 65532:65532
0 commit comments