We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db38d commit 8ec92d9Copy full SHA for 8ec92d9
images/bitcoin-cash-node/Dockerfile
@@ -7,9 +7,9 @@ RUN set -ex \
7
&& apt-get install -qq --no-install-recommends ca-certificates gosu wget \
8
&& rm -rf /var/lib/apt/lists/*
9
10
-ENV BITCOIN_VERSION 27.0.0
11
-ENV BITCOIN_URL https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v27.0.0/bitcoin-cash-node-27.0.0-x86_64-linux-gnu.tar.gz
12
-ENV BITCOIN_SHA256 2ab81515a763162435f7ea28bb1f10f69b6143f469278fc52c0b8cbaec6cf238
+ENV BITCOIN_VERSION 27.1.1
+ENV BITCOIN_URL https://download.bitcoincashnode.org/misc/builds/upgrade11_temp/linux/bitcoin-cash-node-27.1.1-x86_64-linux-gnu.tar.gz
+ENV BITCOIN_SHA256 2a20111c97013e42f82e96691c438600cc30fe6c73b55df830265f1c7421a2f6
13
14
# install bitcoin binaries
15
RUN set -ex \
0 commit comments