Skip to content

Commit 3e2a591

Browse files
committed
build(bitcoin-cash-node): v26.1.1
1 parent 96b5262 commit 3e2a591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/bitcoin-cash-node/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN set -ex \
77
&& apt-get install -qq --no-install-recommends ca-certificates gosu wget \
88
&& rm -rf /var/lib/apt/lists/*
99

10-
ENV BITCOIN_VERSION 26.1.0
11-
ENV BITCOIN_URL https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v26.1.0/bitcoin-cash-node-26.1.0-x86_64-linux-gnu.tar.gz
12-
ENV BITCOIN_SHA256 68cb24d57898d5b47a1162a9683d0b0e36c6701b5a16b93edc94bbd82113c04b
10+
ENV BITCOIN_VERSION 26.1.1
11+
ENV BITCOIN_URL https://download.bitcoincashnode.org/misc/builds/upgrade10_build_1/linux/bitcoin-cash-node-26.1.1-x86_64-linux-gnu.tar.gz
12+
ENV BITCOIN_SHA256 e00382a3f7402f168ba77e18a2fd6227c906a292e3534c6114396261848925c8
1313

1414
# install bitcoin binaries
1515
RUN set -ex \

0 commit comments

Comments
 (0)