Upgrade lnd to 0.11.1 (#284)

This commit is contained in:
Jonathan Zernik 2020-10-11 05:33:29 -07:00 committed by GitHub
parent 45b089ce93
commit f6f03b2a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.