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 @@ -29,8 +29,8 @@ RUN git clone --quiet --depth 1 --single-branch --branch v0.40.1 https://github.
2929 && nvm install v18.20.4
3030
3131ARG TARGETARCH
32- ENV SHA256SUM_ELEMENTS_X86_64="6e0c747ec4ba4e54eb3426e7219354b5ea150b393a4e2b8a536cab64a5d9c7a8 "
33- ENV SHA256SUM_ELEMENTS_ARM64="5c6f8219fd1baf4d4c2b05b6dd9ec71bb348754bd46aeb3faa7ba0ba69aff0e8 "
32+ ENV SHA256SUM_ELEMENTS_X86_64="86e3061a6cb82ea979954d7b187442b6a104648c26bda2ddf297e513b5d53c51 "
33+ ENV SHA256SUM_ELEMENTS_ARM64="e44566fad37cb632fa7b4d288e6e20fb3af26745a20950da8c55997ad427e05c "
3434ENV SHA256SUM_BITCOINCORE_X86_64="2a6974c5486f528793c79d42694b5987401e4a43c97f62b1383abf35bcee44a8"
3535ENV SHA256SUM_BITCOINCORE_ARM64="cb35e250ae9d0328aa90e7aad0b877ed692597420a1092e8ab1a5dd756209722"
3636
@@ -46,7 +46,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \
4646 && ln -s "/srv/explorer/bitcoin-${VERSION_BITCOINCORE}" /srv/explorer/bitcoin \
4747 && rm bitcoin.tar.gz
4848
49- ENV VERSION_ELEMENTS=23.2.4
49+ ENV VERSION_ELEMENTS=23.2.7
5050RUN if [ "${TARGETARCH}" = "arm64" ]; then \
5151 curl -sL -o elements.tar.gz "https://github.com/ElementsProject/elements/releases/download/elements-${VERSION_ELEMENTS}/elements-${VERSION_ELEMENTS}-aarch64-linux-gnu.tar.gz"; \
5252 echo "${SHA256SUM_ELEMENTS_ARM64} elements.tar.gz" | sha256sum --check; \
You can’t perform that action at this time.
0 commit comments