From f75b46222404e7731cffccafa97e377b91ce6624 Mon Sep 17 00:00:00 2001 From: Michael Henke Date: Mon, 12 Dec 2022 10:57:10 -0800 Subject: [PATCH] Update version 24.0 to 24.0.1 --- 24.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.0/Dockerfile b/24.0/Dockerfile index 70fb331..6526819 100644 --- a/24.0/Dockerfile +++ b/24.0/Dockerfile @@ -3,7 +3,7 @@ # VERSION of Bitcoin Core to be build # NOTE: Unlike our other images this one is NOT prefixed with `v`, # as many things (like download URLs) use this form instead. -ARG VERSION=24.0 +ARG VERSION=24.0.1 # CPU architecture to build binaries for ARG ARCH