File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3838RUN 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 \
You can’t perform that action at this time.
0 commit comments