We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a0767 commit dc2ff65Copy full SHA for dc2ff65
Dockerfile
@@ -83,7 +83,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
83
# Download and install Bitcoin Core with cache
84
RUN --mount=type=cache,target=/tmp/bitcoin-cache \
85
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 \
+ wget -q https://bitcoincore.org/bin/bitcoin-core-30.0/bitcoin-30.0-x86_64-linux-gnu.tar.gz \
87
-O /tmp/bitcoin-cache/bitcoin-26.0-x86_64-linux-gnu.tar.gz; \
88
fi && \
89
tar -xzf /tmp/bitcoin-cache/bitcoin-26.0-x86_64-linux-gnu.tar.gz && \
0 commit comments