Skip to content

Commit

Permalink
docs: docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 9, 2025
1 parent ab08be4 commit 89e0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/reproducible-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then build the binaries:
cd program

# Builds the SP1 Blobstream binary using the corresponding Docker tag, output directory and ELF name.
cargo prove build --docker --tag v3.0.0 --elf-name blobstream-elf
cargo prove build --docker --tag v4.0.0-rc.3 --elf-name blobstream-elf
```

Now, verify the binaries by confirming the output of `vkey` matches the vkeys on the contract. The `vkey` program outputs the verification key
Expand Down

0 comments on commit 89e0580

Please sign in to comment.