From f6f03b2a0f7f9ab9663f5101ca58ca450ed8afe2 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sun, 11 Oct 2020 05:33:29 -0700 Subject: [PATCH] Upgrade lnd to 0.11.1 (#284) --- docker/lnd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lnd/Dockerfile b/docker/lnd/Dockerfile index 8b500b49..87a35b14 100644 --- a/docker/lnd/Dockerfile +++ b/docker/lnd/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && \ apk add git # Copy in the local repository to build from. -RUN git clone https://github.com/lightningnetwork/lnd.git --branch v0.10.1-beta +RUN git clone https://github.com/lightningnetwork/lnd.git --branch v0.11.1-beta # Force Go to use the cgo based DNS resolver. This is required to ensure DNS # queries required to connect to linked containers succeed.