From ee736f7d99bd1d097f7f114f3641b55788abc981 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Thu, 7 Dec 2023 20:57:42 -0500 Subject: [PATCH] Update to Bitcoin Core v26.0 Closes #3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 52e84d9..df15216 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update -y \ WORKDIR /bitcoin ARG TARGETPLATFORM -ENV BITCOIN_VERSION=25.1 +ENV BITCOIN_VERSION=26.0 RUN set -ex \ && if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \