From a5b5d417d5775ad12fb71f36f58f52740b60cecd Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Fri, 4 Jun 2021 15:05:30 -0700 Subject: [PATCH] Update lnd version (#895) --- docker/lnd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lnd/Dockerfile b/docker/lnd/Dockerfile index 3fd8af40..1a3e005d 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.11.1-beta +RUN git clone https://github.com/lightningnetwork/lnd.git --branch v0.12.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.