Merge branch 'next' into next-polkadot-sdk

This commit is contained in:
Luke Parker
2025-09-06 04:26:10 -04:00
7 changed files with 26 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ pub fn bitcoin(orchestration_path: &Path, network: Network) {
const DOWNLOAD_BITCOIN: &str = r#"
FROM alpine:latest AS bitcoin
ENV BITCOIN_VERSION=27.1
ENV BITCOIN_VERSION=29.1
RUN apk --no-cache add wget git gnupg