Skip to content

Commit

Permalink
Merge pull request #162 from Samourai-Wallet/fix_mydojo_bitcoind_upgrade
Browse files Browse the repository at this point in the history
fix path of sha256sums.asc
  • Loading branch information
kenshin-samourai authored Jun 11, 2020
2 parents 9962e4d + 6979d0e commit 0c693fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/my-dojo/bitcoin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV BITCOIN_HOME /home/bitcoin
ENV BITCOIN_VERSION 0.20.0
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
ENV BITCOIN_SHA256 35ec10f87b6bc1e44fd9cd1157e5dfa483eaf14d7d9a9c274774539e7824c427
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-0.19.1/SHA256SUMS.asc
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-0.20.0/SHA256SUMS.asc
ENV BITCOIN_PGP_KS_URI hkp://keyserver.ubuntu.com:80
ENV BITCOIN_PGP_KEY 01EA5486DE18A882D4C2684590C8019E36C2E964

Expand Down

0 comments on commit 0c693fc

Please sign in to comment.