From 9a518ebce26e35fce0cdd44f59dee8b810b57b82 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Wed, 18 Mar 2020 22:57:08 +0800 Subject: [PATCH] v0.19.0.1 --- 0.19/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.19/Dockerfile b/0.19/Dockerfile index 15a33d8..57f3fa1 100644 --- a/0.19/Dockerfile +++ b/0.19/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=0.19.0 +ARG VERSION=0.19.0.1 # CPU archtecture to build binaries for ARG ARCH