Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Jun 6, 2024
1 parent da9d94a commit 2f97b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gnark-ffi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \
cargo build --release

FROM rustlang/rust:nightly-bullseye-slim
COPY --from=rust-builder /sp1/target/release/sp1-recursion-gnark-cli /gnark-cli
COPY --from=rust-builder /sp1/recursion/gnark-cli/target/release/sp1-recursion-gnark-cli /gnark-cli

LABEL org.opencontainers.image.source=https://github.com/succinctlabs/sp1

Expand Down

0 comments on commit 2f97b26

Please sign in to comment.