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 cb28a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
resolver = "2"

[dependencies]
anyhow = { version = "1.0.68", default-features = false, features = ["std"] }
anyhow = { version = "1.0.68", default-features = false, features = ["std", "backtrace"] }
async-trait = "0.1.71"
bitcoin = { version = "0.32.2", features = ["serde", "rand"] }
bitcoincore-rpc = { version = "0.18.0" }
Expand Down
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 cb28a0c

Please sign in to comment.