We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca36ceb commit 4225d32Copy full SHA for 4225d32
src/config/docker.rs
@@ -12,7 +12,7 @@ use crate::{
12
13
const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
14
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
15
- "chainwayxyz/citrea-test:d3a6f5f25175cbfa925ff8fad5069828bd30c06c";
+ "chainwayxyz/citrea-test:c9fea47c64530dd68ba22faf1f4c70c0e0ea4ff3";
16
17
#[derive(Debug)]
18
pub struct VolumeConfig {
0 commit comments