Skip to content

Commit

Permalink
use debian base image
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Aug 24, 2023
1 parent ed0147c commit d56f6c2
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 @@ -7,7 +7,7 @@ RUN cargo build --release --manifest-path ./Cargo.toml
RUN mkdir /out
RUN cp target/release/stacks-devnet-api /out

FROM gcr.io/distroless/cc
FROM debian:bullseye-slim
COPY --from=builder /out/ /bin/
#COPY --from=builder target/release/stacks-devnet-api /

Expand Down

0 comments on commit d56f6c2

Please sign in to comment.