Skip to content

Commit

Permalink
Update elements to 0.21.0.1 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil McLean <[email protected]>
  • Loading branch information
philippem and Phil McLean authored Jan 15, 2022
1 parent 35dd04c commit 87b66ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN curl -sL -o bitcoin.tar.gz "https://bitcoincore.org/bin/bitcoin-core-${VERSI
&& ln -s "/srv/explorer/bitcoin-${VERSION_BITCOINCORE}" /srv/explorer/bitcoin \
&& rm bitcoin.tar.gz

ENV SHA256SUM_ELEMENTS=37129b7227f107ba918a60d2901e6a0a2f5043ab353dd8fb2a8e55f8741a7991
ENV VERSION_ELEMENTS=0.21.0
ENV SHA256SUM_ELEMENTS=ebe1f0c6e8510c3059a82936f61a64c2353a193409be245761de05f3152fbe53
ENV VERSION_ELEMENTS=0.21.0.1
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" \
&& echo "${SHA256SUM_ELEMENTS} elements.tar.gz" | sha256sum --check \
&& tar xzf elements.tar.gz -C /srv/explorer \
Expand Down

0 comments on commit 87b66ce

Please sign in to comment.