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 @@ -55,12 +55,12 @@ RUN git clone --quiet --depth 1 --branch v24.0 --single-branch --recursive https
5555# && ln -s "/srv/explorer/bitcoin-${VERSION_BITCOINCORE}" /srv/explorer/bitcoin \
5656# && rm bitcoin.tar.gz
5757
58- ENV SHA256SUM_ELEMENTS=3018116794429b77ce0dd7436c2906f8be4eb5d6163b8451c5ce7e7bedad152b
59- ENV VERSION_ELEMENTS=0.21 .0.2
60- RUN curl -sL -o elements.tar.gz "https://github.com/ElementsProject/elements/releases/download/elements-${VERSION_ELEMENTS}/elements-elements- ${VERSION_ELEMENTS}-x86_64-linux-gnu.tar.gz" \
58+ ENV SHA256SUM_ELEMENTS=0278017429236f2cc651bb746e8ae826b740811d73789d07d1682649f2414465
59+ ENV VERSION_ELEMENTS=22 .0.2
60+ RUN curl -sL -o elements.tar.gz "https://github.com/ElementsProject/elements/releases/download/elements-${VERSION_ELEMENTS}/elements-${VERSION_ELEMENTS}-x86_64-linux-gnu.tar.gz" \
6161 && echo "${SHA256SUM_ELEMENTS} elements.tar.gz" | sha256sum --check \
6262 && tar xzf elements.tar.gz -C /srv/explorer \
63- && ln -s "/srv/explorer/elements-elements- ${VERSION_ELEMENTS}" /srv/explorer/liquid \
63+ && ln -s "/srv/explorer/elements-${VERSION_ELEMENTS}" /srv/explorer/liquid \
6464 && mv /srv/explorer/liquid/bin/{elementsd,liquidd} \
6565 && mv /srv/explorer/liquid/bin/{elements-cli,liquid-cli} \
6666 && rm elements.tar.gz
You can’t perform that action at this time.
0 commit comments