mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Bump bitcoind version used in CI
This commit is contained in:
parent
98a80adcc9
commit
8c2703aa65
@ -21,7 +21,7 @@ RUN cargo install --locked --path .
|
|||||||
FROM base as bitcoin-build
|
FROM base as bitcoin-build
|
||||||
# Download
|
# Download
|
||||||
WORKDIR /build/bitcoin
|
WORKDIR /build/bitcoin
|
||||||
ARG BITCOIND_VERSION=22.0
|
ARG BITCOIND_VERSION=24.0
|
||||||
RUN wget -q https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz
|
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 tar xvf bitcoin-$BITCOIND_VERSION-x86_64-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