mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Update bitcoind to 28.0 (#1090)
This commit is contained in:
parent
e684635b4b
commit
142ed11357
@ -22,7 +22,7 @@ FROM base as bitcoin-build
|
|||||||
# Download
|
# Download
|
||||||
WORKDIR /build/bitcoin
|
WORKDIR /build/bitcoin
|
||||||
ARG ARCH=x86_64
|
ARG ARCH=x86_64
|
||||||
ARG BITCOIND_VERSION=27.0
|
ARG BITCOIND_VERSION=28.0
|
||||||
RUN wget -q https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-$ARCH-linux-gnu.tar.gz
|
RUN wget -q https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-$ARCH-linux-gnu.tar.gz
|
||||||
RUN tar xvf bitcoin-$BITCOIND_VERSION-$ARCH-linux-gnu.tar.gz
|
RUN tar xvf bitcoin-$BITCOIND_VERSION-$ARCH-linux-gnu.tar.gz
|
||||||
RUN mv -v bitcoin-$BITCOIND_VERSION/bin/bitcoind .
|
RUN mv -v bitcoin-$BITCOIND_VERSION/bin/bitcoind .
|
||||||
|
Loading…
Reference in New Issue
Block a user