change to new release with hidden subversion

This commit is contained in:
Léo Haf 2023-02-14 11:05:35 +01:00 committed by GitHub
parent d613804254
commit f401919e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./
# Download source code (intentionally different website than checksums) # Download source code (intentionally different website than checksums)
# uncomment # uncomment
#ADD https://bitcoin.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./ #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 # Verify that hashes are signed with the previously imported key
#RUN gpg --verify SHA256SUMS.asc SHA256SUMS #RUN gpg --verify SHA256SUMS.asc SHA256SUMS