mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Bump bitcoind to 26.0 (#969)
This commit is contained in:
parent
d84d7d672c
commit
74aa403bba
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ FROM base as bitcoin-build
|
|||
# Download
|
||||
WORKDIR /build/bitcoin
|
||||
ARG ARCH=x86_64
|
||||
ARG BITCOIND_VERSION=25.1
|
||||
ARG BITCOIND_VERSION=26.0
|
||||
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 mv -v bitcoin-$BITCOIND_VERSION/bin/bitcoind .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue