Skip to content

Commit 2c84edf

Browse files
authored
Bump bitcoin docker image to v29.0 (#93)
* Upgrade bitcoin docker image to v29.0 * Bump docker image * Use constant * Use constant
1 parent 965ce9c commit 2c84edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/bitcoin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl Default for BitcoinConfig {
3232
.into_path(),
3333
extra_args: Vec::new(),
3434
network: Network::Regtest,
35-
docker_image: Some("bitcoin/bitcoin:28.0".to_string()),
35+
docker_image: None,
3636
env: Vec::new(),
3737
idx: 0,
3838
docker_host: None,

src/config/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::{
99
utils::get_genesis_path,
1010
};
1111

12-
const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
12+
const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:29.0";
1313
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
1414
"chainwayxyz/citrea-test:05ae8e85015a0c7a5da7d67e6f011fc7be9564b5";
1515

0 commit comments

Comments
 (0)