Skip to content

Commit

Permalink
Update DEFAULT_CITREA_DOCKER_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Oct 29, 2024
1 parent 0a6492e commit 4d7c3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::utils::get_genesis_path;

const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
"chainwayxyz/citrea-test:f4e3f560c083d949779b5bd0706f945ebd405622";
"chainwayxyz/citrea-test:57f9b46a366413f2e5b04a2bca07abcc21ad0dde";

#[derive(Debug)]
pub struct VolumeConfig {
Expand Down

0 comments on commit 4d7c3a3

Please sign in to comment.