Skip to content

Commit

Permalink
Use bitcoincore.org instead of bitcoin.org (we are already fetching t…
Browse files Browse the repository at this point in the history
…he SHA256SUMS from there, so why not)
  • Loading branch information
nolim1t committed May 2, 2021
1 parent 3bc7336 commit f970dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG VERSION
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS.asc ./

# Download source code (intentionally different website than checksums)
ADD https://bitcoin.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./

# Verify that hashes are signed with the previously imported key
RUN gpg --verify SHA256SUMS.asc
Expand Down

0 comments on commit f970dff

Please sign in to comment.