From 798f6b08d0f9d4dc93be21625f2436859e7ef9bf Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Thu, 31 Oct 2024 14:41:48 -0400 Subject: [PATCH] Update Bitcoin Core to v28.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a3759e2..a521146 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update -y \ WORKDIR /bitcoin ARG TARGETPLATFORM -ENV BITCOIN_VERSION=27.1 +ENV BITCOIN_VERSION=28.0 RUN set -ex \ && if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \