Skip to content

Commit 75e1ede

Browse files
authored
Use distroless latest instead of nonroot (#455)
Use distroless/cc-debian11:latest instead of :nonroot so that mounted storage works properly Fixes #442
1 parent 294a887 commit 75e1ede

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
@@ -26,7 +26,7 @@ COPY . .
2626
RUN cargo build --release
2727

2828
# final stage
29-
FROM gcr.io/distroless/cc-debian11:nonroot
29+
FROM gcr.io/distroless/cc-debian11:latest
3030

3131
WORKDIR /parseable
3232

0 commit comments

Comments
 (0)