mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-18 16:55:16 +00:00
Bitcoin 27.1
This commit is contained in:
parent
ee10692b23
commit
2c165e19ae
2 changed files with 2 additions and 2 deletions
2
.github/actions/test-dependencies/action.yml
vendored
2
.github/actions/test-dependencies/action.yml
vendored
|
@ -10,7 +10,7 @@ inputs:
|
||||||
bitcoin-version:
|
bitcoin-version:
|
||||||
description: "Bitcoin version to download and run as a regtest node"
|
description: "Bitcoin version to download and run as a regtest node"
|
||||||
required: false
|
required: false
|
||||||
default: "27.0"
|
default: "27.1"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
|
|
@ -7,7 +7,7 @@ pub fn bitcoin(orchestration_path: &Path, network: Network) {
|
||||||
const DOWNLOAD_BITCOIN: &str = r#"
|
const DOWNLOAD_BITCOIN: &str = r#"
|
||||||
FROM alpine:latest as bitcoin
|
FROM alpine:latest as bitcoin
|
||||||
|
|
||||||
ENV BITCOIN_VERSION=27.0
|
ENV BITCOIN_VERSION=27.1
|
||||||
|
|
||||||
RUN apk --no-cache add git gnupg
|
RUN apk --no-cache add git gnupg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue