mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Bitcoin 27.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user