Skip to content

Commit 2990685

Browse files
authored
Update protobuf-go (#170)
1 parent ef48232 commit 2990685

File tree

11 files changed

+370
-836
lines changed

11 files changed

+370
-836
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /work
1818
COPY . .
1919
RUN make server client
2020

21-
FROM gcr.io/distroless/static-debian12
21+
FROM gcr.io/distroless/static-debian12:nonroot
2222
COPY --from=health-downloader /bin/grpc_health_probe /bin/grpc_health_probe
2323
COPY --from=builder /work/bin/* /
2424
ENTRYPOINT [ "/server" ]

0 commit comments

Comments
 (0)