File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM debian:buster -slim
1+ FROM debian:bookworm -slim
22
33RUN 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 27.1.1
11- ENV BITCOIN_URL https://download.bitcoincashnode.org/misc/builds/upgrade11_temp /linux/bitcoin-cash-node-27.1.1 -x86_64-linux-gnu.tar.gz
12- ENV BITCOIN_SHA256 2a20111c97013e42f82e96691c438600cc30fe6c73b55df830265f1c7421a2f6
10+ ENV BITCOIN_VERSION 28.0.2
11+ ENV BITCOIN_URL https://download.bitcoincashnode.org/misc/builds/upgrade12_temp /linux/bitcoin-cash-node-28.0.2 -x86_64-linux-gnu.tar.gz
12+ ENV BITCOIN_SHA256 140b44fd76a4f9428354bfbec4800d58fd39fb723320e761a035f15c2dd43596
1313
1414# install bitcoin binaries
1515RUN set -ex \
You can’t perform that action at this time.
0 commit comments