From 8257f6c29d520559403f43d729fae4ae5bb84dc9 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 1 Jun 2023 10:07:20 +0100 Subject: [PATCH] 22.0: update to 22.1 Rel notes: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-22.1.md. Similar to #70. --- 22.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/22.0/Dockerfile b/22.0/Dockerfile index 9782e4e..b2eecef 100644 --- a/22.0/Dockerfile +++ b/22.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=22.0 +ARG VERSION=22.1 # CPU architecture to build binaries for ARG ARCH