From ccb8bd8667378a9cd547191e8697337763dc98be Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Fri, 26 Apr 2024 14:41:50 -0400 Subject: [PATCH] fix docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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