From c4e939e284c86747d61b47f834797ec7357c0c35 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Thu, 4 Apr 2024 11:32:28 -0400 Subject: [PATCH] Update Bitcoin Core to v26.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index df15216..4a87116 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update -y \ WORKDIR /bitcoin ARG TARGETPLATFORM -ENV BITCOIN_VERSION=26.0 +ENV BITCOIN_VERSION=26.1 RUN set -ex \ && if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \