From 085541ce4e6eef1ba654fa40d7b55c9c070ad27d Mon Sep 17 00:00:00 2001 From: Satyam Singh Date: Tue, 18 Jul 2023 21:52:34 +0530 Subject: [PATCH] Use distroless latest instead of nonroot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa46829f1..140d6b5e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY . . RUN cargo build --release # final stage -FROM gcr.io/distroless/cc-debian11:nonroot +FROM gcr.io/distroless/cc-debian11:latest WORKDIR /parseable