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 b194a30 commit d5b8467Copy full SHA for d5b8467
src/config/docker.rs
@@ -14,8 +14,7 @@ use crate::{
14
};
15
16
const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:29.0";
17
-const DEFAULT_CITREA_DOCKER_IMAGE: &str =
18
- "chainwayxyz/citrea-test:05ae8e85015a0c7a5da7d67e6f011fc7be9564b5";
+const DEFAULT_CITREA_DOCKER_IMAGE: &str = "chainwayxyz/citrea-test:latest";
19
20
#[derive(Debug)]
21
pub struct VolumeConfig {
0 commit comments