From 549a9597e49902ff41527473d58c7f502f462a3f Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Thu, 4 Jun 2020 22:33:04 +0800 Subject: [PATCH] Update docs to v0.20.0 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc6a5a0..00782a6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ This repo builds [`bitcoind`] in an auditable way, and packages it into a minima > **NOTE:** For an always up-to-date list see: https://hub.docker.com/r/lncm/bitcoind/tags +* `v0.20.0` * `v0.19.1` * `v0.19.0.1` * `v0.18.1` @@ -78,7 +79,7 @@ This repo builds [`bitcoind`] in an auditable way, and packages it into a minima First pull the image from [Docker Hub]: ```bash -docker pull lncm/bitcoind:v0.19.1 +docker pull lncm/bitcoind:v0.20.0 ``` > **NOTE:** Running above will automatically choose native architecture of your CPU. @@ -88,7 +89,7 @@ docker pull lncm/bitcoind:v0.19.1 Or, to pull a specific CPU architecture: ```bash -docker pull lncm/bitcoind:v0.19.1-arm64v8 +docker pull lncm/bitcoind:v0.20.0-arm64v8 ``` #### Start @@ -103,7 +104,7 @@ docker run -it --rm --detach \ -p 28332:28332 \ -p 28333:28333 \ --name bitcoind \ - lncm/bitcoind:v0.19.1 + lncm/bitcoind:v0.20.0 ``` That will run bitcoind such that: