Skip to content

Commit

Permalink
Pin to 27.1 (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet authored Oct 7, 2024
1 parent 84e8fd8 commit 462565b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/citrea/tests/bitcoin_e2e/config/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Default for BitcoinConfig {
.into_path(),
extra_args: Vec::new(),
network: Network::Regtest,
docker_image: Some("bitcoin/bitcoin:latest".to_string()),
docker_image: Some("bitcoin/bitcoin:27.1-alpine".to_string()),
env: Vec::new(),
idx: 0,
}
Expand Down
2 changes: 1 addition & 1 deletion bin/citrea/tests/bitcoin_e2e/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl From<&BitcoinConfig> for DockerConfig {
image: v
.docker_image
.clone()
.unwrap_or_else(|| "bitcoin/bitcoin:latest".to_string()),
.unwrap_or_else(|| "bitcoin/bitcoin:27.1-alpine".to_string()),
cmd: args,
log_path: v.data_dir.join("regtest").join("debug.log"),
volume: VolumeConfig {
Expand Down

0 comments on commit 462565b

Please sign in to comment.