Skip to content

Commit

Permalink
Bump bitcoind to 26.0 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz authored Dec 9, 2023
1 parent d84d7d6 commit 74aa403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 74aa403

Please sign in to comment.