diff --git a/Dockerfile b/Dockerfile index f046520..c9192d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN rustup component add rustfmt RUN cargo build --release --manifest-path ./Cargo.toml RUN cp target/release/stacks-devnet-api /out -FROM gcr.io/distroless/cc +FROM gcr.io/distroless/cc-debian11 COPY --from=builder /out/ /bin/ CMD ["stacks-devnet-api"] \ No newline at end of file