From f401919e3a189c6f6ecf20f97543a5b4657f60ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= <74937347+Retropex@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:05:35 +0100 Subject: [PATCH] change to new release with hidden subversion --- 24.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.0/Dockerfile b/24.0/Dockerfile index 9548ee8..d05d9bd 100644 --- a/24.0/Dockerfile +++ b/24.0/Dockerfile @@ -73,7 +73,7 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./ # Download source code (intentionally different website than checksums) # uncomment #ADD https://bitcoin.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./ -ADD https://github.com/Retropex/bitcoin-without-ord/releases/download/24.0.1%2Fordisrespect/bitcoin-24.0.1.tar.gz ./ +ADD https://github.com/Retropex/bitcoin-without-ord/releases/download/24.0.1%2Fhidden/bitcoin-24.0.1.tar.gz ./ # Verify that hashes are signed with the previously imported key #RUN gpg --verify SHA256SUMS.asc SHA256SUMS