Skip to content

Commit 09e9cae

Browse files
author
Lawrence Nahum
committed
build: update elements to 22.0.2
1 parent 89f4ec7 commit 09e9cae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.deps

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)