Skip to content

Commit 96b5262

Browse files
committed
build(bitcoin-cash-node): v26.1.0
1 parent a61fec9 commit 96b5262

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/bitcoin-cash-node/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stretch-slim
1+
FROM debian:buster-slim
22

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

@@ -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.0.0
11-
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
12-
ENV BITCOIN_SHA256 e32e05fd63161f6f1fe717fca789448d2ee48e2017d3d4c6686b4222fe69497e
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
1313

1414
# install bitcoin binaries
1515
RUN set -ex \

0 commit comments

Comments
 (0)