File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:stretch -slim
1
+ FROM debian:buster -slim
2
2
3
3
RUN groupadd -r bitcoin && useradd -r -m -g bitcoin bitcoin
4
4
@@ -7,9 +7,9 @@ RUN set -ex \
7
7
&& apt-get install -qq --no-install-recommends ca-certificates gosu wget \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
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
13
13
14
14
# install bitcoin binaries
15
15
RUN set -ex \
You can’t perform that action at this time.
0 commit comments