From f970dfff1320eff5067ef6974c398c64fb7146b2 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Sun, 2 May 2021 16:58:42 +0700 Subject: [PATCH] Use bitcoincore.org instead of bitcoin.org (we are already fetching the SHA256SUMS from there, so why not) --- 0.21/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.21/Dockerfile b/0.21/Dockerfile index db32156..e7bfe22 100644 --- a/0.21/Dockerfile +++ b/0.21/Dockerfile @@ -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