Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Apr 26, 2024
1 parent 70f0b61 commit ccb8bd8
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 @@ -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"]

0 comments on commit ccb8bd8

Please sign in to comment.