Skip to content

Commit 95a523a

Browse files
committed
change base image for client
1 parent 75c5665 commit 95a523a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/client/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ COPY cmd/client/ client/
1414
# Build
1515
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -C client/ -a -o client .
1616

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
17+
FROM alpine:3.22.1
2018
WORKDIR /
2119
COPY --from=builder /workspace/client .
2220
USER 65532:65532

0 commit comments

Comments
 (0)