Skip to content

Commit b3accee

Browse files
committed
contrib: update Fedora builder to use bitcoincore.org for Bitcoin 29.0
1 parent b4a9dc5 commit b3accee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/docker/Dockerfile.builder.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN wget https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_1_0_2.t
5151
rm -rf VERSION_1_0_2.tar.gz lowdown-VERSION_1_0_2
5252

5353
# Install Bitcoin Core
54-
RUN wget https://storage.googleapis.com/c-lightning-tests/bitcoind/bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz \
54+
RUN wget https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz \
5555
-O bitcoin.tar.gz && \
5656
tar -xvzf bitcoin.tar.gz && \
5757
mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \

0 commit comments

Comments
 (0)