Skip to content

Commit dc2ff65

Browse files
committed
use bitcoin latest version in the docker image
1 parent d6a0767 commit dc2ff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
8383
# Download and install Bitcoin Core with cache
8484
RUN --mount=type=cache,target=/tmp/bitcoin-cache \
8585
if [ ! -f /tmp/bitcoin-cache/bitcoin-26.0-x86_64-linux-gnu.tar.gz ]; then \
86-
wget -q https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz \
86+
wget -q https://bitcoincore.org/bin/bitcoin-core-30.0/bitcoin-30.0-x86_64-linux-gnu.tar.gz \
8787
-O /tmp/bitcoin-cache/bitcoin-26.0-x86_64-linux-gnu.tar.gz; \
8888
fi && \
8989
tar -xzf /tmp/bitcoin-cache/bitcoin-26.0-x86_64-linux-gnu.tar.gz && \

0 commit comments

Comments
 (0)