Skip to content

Commit

Permalink
Download source code from same website as github is probably determin…
Browse files Browse the repository at this point in the history
…isticly built
  • Loading branch information
nolim1t committed Dec 29, 2023
1 parent 47d40ef commit c5795df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 26.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS.asc ./
# Download checksums
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./

# Download source code (intentionally different website than checksums)
ADD https://github.com/bitcoin/bitcoin/archive/refs/tags/v$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz
# Download source code from same website as github is probably deterministicly built
ADD https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz
#ADD https://github.com/bitcoin/bitcoin/archive/refs/tags/v$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz

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

0 comments on commit c5795df

Please sign in to comment.