Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 997c0ca

Browse files
committed
Use the nonroot base image
1 parent 0a91509 commit 997c0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD . .
44
RUN go install -mod vendor -a && \
55
go test -mod vendor ./...
66

7-
FROM gcr.io/distroless/base-debian10
7+
FROM gcr.io/distroless/base-debian10:nonroot
88

99
COPY --from=0 /go/bin/certificate-init-container /
1010
ENTRYPOINT ["/certificate-init-container"]

0 commit comments

Comments
 (0)