Skip to content

Commit

Permalink
build(bitcoin-cash-node): v27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson authored Dec 13, 2023
1 parent d22bb04 commit 31c4d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/bitcoin-cash-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN set -ex \
&& apt-get install -qq --no-install-recommends ca-certificates gosu wget \
&& rm -rf /var/lib/apt/lists/*

ENV BITCOIN_VERSION 26.1.1
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
ENV BITCOIN_SHA256 e00382a3f7402f168ba77e18a2fd6227c906a292e3534c6114396261848925c8
ENV BITCOIN_VERSION 27.0.0
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
ENV BITCOIN_SHA256 2ab81515a763162435f7ea28bb1f10f69b6143f469278fc52c0b8cbaec6cf238

# install bitcoin binaries
RUN set -ex \
Expand Down

0 comments on commit 31c4d83

Please sign in to comment.