Skip to content

Commit

Permalink
Use suitable distroless image
Browse files Browse the repository at this point in the history
  • Loading branch information
darionhaase committed Apr 22, 2024
1 parent d7ebbe6 commit bc8505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN printf "[net]\ngit-fetch-with-cli = true" >> "$CARGO_HOME/config.toml"
RUN cargo build --verbose --release

# ---- Building the final Docker image ----
FROM gcr.io/distroless/base-nossl-debian12:latest
FROM gcr.io/distroless/cc-debian12:latest

COPY --from=builder /root/caesar/target/release/caesar /caesar

Expand Down

0 comments on commit bc8505a

Please sign in to comment.