Skip to content

Commit 30fa828

Browse files
Images: Build Go gRPC Greeter Server from scratch. (#13409)
Co-authored-by: Marco Ebert <[email protected]>
1 parent a58e0c4 commit 30fa828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/go-grpc-greeter-server/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /go/src/greeter-server
77
COPY . .
88
RUN go build -o /greeter-server
99

10-
FROM gcr.io/distroless/base-debian10
10+
FROM scratch
1111

1212
COPY --from=build /greeter-server /
1313

0 commit comments

Comments
 (0)