Bitcoin 27.1

This commit is contained in:
Luke Parker 2024-07-12 02:18:43 -04:00
parent ee10692b23
commit 2c165e19ae
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ inputs:
bitcoin-version:
description: "Bitcoin version to download and run as a regtest node"
required: false
default: "27.0"
default: "27.1"
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=27.0
ENV BITCOIN_VERSION=27.1
RUN apk --no-cache add git gnupg