mirror of
https://github.com/romanz/electrs.git
synced 2025-02-21 14:14:31 +01:00
Bump bitcoind version used in CI (#818)
This commit is contained in:
parent
fcc354b62e
commit
1a938a8d90
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN cargo install --locked --path .
|
|||
FROM base as bitcoin-build
|
||||
# Download
|
||||
WORKDIR /build/bitcoin
|
||||
ARG BITCOIND_VERSION=24.0
|
||||
ARG BITCOIND_VERSION=24.0.1
|
||||
RUN wget -q https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz
|
||||
RUN tar xvf bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz
|
||||
RUN mv -v bitcoin-$BITCOIND_VERSION/bin/bitcoind .
|
||||
|
|
Loading…
Add table
Reference in a new issue