Skip to content

Commit 87b66ce

Browse files
philippemPhil McLean
andauthored
Update elements to 0.21.0.1 (#360)
Co-authored-by: Phil McLean <[email protected]>
1 parent 35dd04c commit 87b66ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.deps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN curl -sL -o bitcoin.tar.gz "https://bitcoincore.org/bin/bitcoin-core-${VERSI
3333
&& ln -s "/srv/explorer/bitcoin-${VERSION_BITCOINCORE}" /srv/explorer/bitcoin \
3434
&& rm bitcoin.tar.gz
3535

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

0 commit comments

Comments
 (0)