File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ RUN git clone --quiet --depth 1 --single-branch --branch v0.40.1 https://github.
3131ARG TARGETARCH
3232ENV SHA256SUM_ELEMENTS_X86_64="86e3061a6cb82ea979954d7b187442b6a104648c26bda2ddf297e513b5d53c51"
3333ENV SHA256SUM_ELEMENTS_ARM64="e44566fad37cb632fa7b4d288e6e20fb3af26745a20950da8c55997ad427e05c"
34- ENV SHA256SUM_BITCOINCORE_X86_64="acc223af46c178064c132b235392476f66d486453ddbd6bca6f1f8411547da78 "
35- ENV SHA256SUM_BITCOINCORE_ARM64="154c9b9e6e17136edc8f20fda5d252fb339e727e4a85ef49e7d8facb9085f2d3 "
34+ ENV SHA256SUM_BITCOINCORE_X86_64="98add5f220c01b387343b70edeb6273403fe081e22cd85fda132704cdcaa98aa "
35+ ENV SHA256SUM_BITCOINCORE_ARM64="10581b6d4aeb091c08c9e69eb4e4ced000038c009286dc1edb8a876656ccf6df "
3636
37- ENV VERSION_BITCOINCORE=27 .2
37+ ENV VERSION_BITCOINCORE=28 .2
3838RUN if [ "${TARGETARCH}" = "arm64" ]; then \
3939 curl -sL -o bitcoin.tar.gz "https://bitcoincore.org/bin/bitcoin-core-${VERSION_BITCOINCORE}/bitcoin-${VERSION_BITCOINCORE}-aarch64-linux-gnu.tar.gz"; \
4040 echo "${SHA256SUM_BITCOINCORE_ARM64} bitcoin.tar.gz" | sha256sum --check; \
You can’t perform that action at this time.
0 commit comments