mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Got itest working with LND v0.13.1-beta (#1307)
This commit is contained in:
parent
1b30626471
commit
2ca8317403
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue