Bitcoin 27.0

This commit is contained in:
Luke Parker 2024-04-19 06:03:15 -04:00
parent 940e9553fd
commit a4428761f7
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ inputs:
version:
description: "Version to download and run"
required: false
default: 24.0.1
default: 27.0
runs:
using: "composite"

View file

@ -10,7 +10,7 @@ inputs:
bitcoin-version:
description: "Bitcoin version to download and run as a regtest node"
required: false
default: 24.0.1
default: 27.0
runs:
using: "composite"

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=26.0
ENV BITCOIN_VERSION=27.0
RUN apk --no-cache add git gnupg