Skip to content

Commit 6c63090

Browse files
committed
fix: update bitcoin core version to v27.0
1 parent c0ee2df commit 6c63090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

27/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update -y \
1010
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1111

1212
ARG TARGETPLATFORM
13-
ENV BITCOIN_VERSION=7.0
13+
ENV BITCOIN_VERSION=27.0
1414
ENV SIGS_REPO_URL="https://github.com/bitcoin-core/guix.sigs.git"
1515
ENV SIGS_CLONE_DIR="guix.sigs"
1616
ENV VERIFY_SCRIPT_URL="https://raw.githubusercontent.com/bitcoin/bitcoin/master/contrib/verify-binaries/verify.py"

0 commit comments

Comments
 (0)