Skip to content

Commit

Permalink
build(bitcoin-cash-node): v26.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Nov 8, 2023
1 parent a61fec9 commit 96b5262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/bitcoin-cash-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:buster-slim

RUN groupadd -r bitcoin && useradd -r -m -g bitcoin bitcoin

Expand All @@ -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.0.0
ENV BITCOIN_URL https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v26.0.0/bitcoin-cash-node-26.0.0-x86_64-linux-gnu.tar.gz
ENV BITCOIN_SHA256 e32e05fd63161f6f1fe717fca789448d2ee48e2017d3d4c6686b4222fe69497e
ENV BITCOIN_VERSION 26.1.0
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
ENV BITCOIN_SHA256 68cb24d57898d5b47a1162a9683d0b0e36c6701b5a16b93edc94bbd82113c04b

# install bitcoin binaries
RUN set -ex \
Expand Down

0 comments on commit 96b5262

Please sign in to comment.