mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 05:54:22 +01:00
Update bitcoind
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM debian:buster-slim as builder
|
FROM debian:buster-slim as builder
|
||||||
|
|
||||||
ARG BITCOIN_VERSION="f036909dbe28"
|
ARG BITCOIN_VERSION="c23afab47fbe"
|
||||||
ARG TRIPLET=${TRIPLET:-"x86_64-linux-gnu"}
|
ARG TRIPLET=${TRIPLET:-"x86_64-linux-gnu"}
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
@@ -8,7 +8,7 @@ RUN apt-get update && \
|
|||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
# install bitcoin binaries
|
# install bitcoin binaries
|
||||||
RUN BITCOIN_URL="https://github.com/benthecarman/bitcoin/releases/download/mutinynet-covtools/bitcoin-${BITCOIN_VERSION}-${TRIPLET}.tar.gz" && \
|
RUN BITCOIN_URL="https://github.com/benthecarman/bitcoin/releases/download/mutinynet-cat-lnhance/bitcoin-${BITCOIN_VERSION}-${TRIPLET}.tar.gz" && \
|
||||||
BITCOIN_FILE="bitcoin-${BITCOIN_VERSION}-${TRIPLET}.tar.gz" && \
|
BITCOIN_FILE="bitcoin-${BITCOIN_VERSION}-${TRIPLET}.tar.gz" && \
|
||||||
wget -qO "${BITCOIN_FILE}" "${BITCOIN_URL}" && \
|
wget -qO "${BITCOIN_FILE}" "${BITCOIN_URL}" && \
|
||||||
mkdir -p bin && \
|
mkdir -p bin && \
|
||||||
|
|||||||
Reference in New Issue
Block a user