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