From 2ca8317403dbcf77a63c92fb8959860db5ed0a25 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Thu, 16 Sep 2021 10:39:59 -0700 Subject: [PATCH] Got itest working with LND v0.13.1-beta (#1307) --- docker/lnd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lnd/Dockerfile b/docker/lnd/Dockerfile index 3fd8af40..f7e2731c 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.13.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.