Skip to content

Commit

Permalink
changed docker images to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matzayonc committed May 30, 2024
1 parent a00578d commit 793600c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/saya/core/src/prover/stone_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use crate::prover::loader::prepare_input_cairo0;
use crate::LOG_TARGET;

#[cfg(feature = "cairo1differ")]
const PROVER_IMAGE: &str = "neotheprogramist/stone-cairo:recursive";
const PROVER_IMAGE: &str = "neotheprogramist/stone-cairo:latest";
#[cfg(not(feature = "cairo1differ"))]
const PROVER_IMAGE: &str = "neotheprogramist/stone-cairo0:recursive";
const PROVER_IMAGE: &str = "neotheprogramist/stone-cairo0:latest";

#[derive(Clone)]
pub struct StoneProver(pub String);
Expand Down

0 comments on commit 793600c

Please sign in to comment.