Skip to content

Commit

Permalink
Use distroless latest instead of nonroot (#455)
Browse files Browse the repository at this point in the history
Use distroless/cc-debian11:latest instead of :nonroot so 
that mounted storage works properly

Fixes #442
  • Loading branch information
trueleo authored Jul 18, 2023
1 parent 294a887 commit 75e1ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75e1ede

Please sign in to comment.