Skip to content

Commit d5b8467

Browse files
committed
Use latest as default citrea docker image
1 parent b194a30 commit d5b8467

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config/docker.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ use crate::{
1414
};
1515

1616
const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:29.0";
17-
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
18-
"chainwayxyz/citrea-test:05ae8e85015a0c7a5da7d67e6f011fc7be9564b5";
17+
const DEFAULT_CITREA_DOCKER_IMAGE: &str = "chainwayxyz/citrea-test:latest";
1918

2019
#[derive(Debug)]
2120
pub struct VolumeConfig {

0 commit comments

Comments
 (0)