From 781acd931b41c2ca0d9f6fc67c226f40484dbdb4 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sun, 30 Jun 2024 18:56:36 -0400 Subject: [PATCH] Update Bitcoin Core to v27.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0a9d7ed..a3759e2 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update -y \ WORKDIR /bitcoin ARG TARGETPLATFORM -ENV BITCOIN_VERSION=27.0 +ENV BITCOIN_VERSION=27.1 RUN set -ex \ && if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \