forked from lncm/docker-lnd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: 0.10/variant-experimental.patch
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git Dockerfile Dockerfile | ||
index fa7484b..3c0c1fe 100644 | ||
index 9ae5e1e..ba9d720 100644 | ||
--- Dockerfile | ||
+++ Dockerfile | ||
@@ -29,7 +29,7 @@ ARG TAGS_LND="signrpc chainrpc" | ||
ARG TAGS_STATIC="osusergo netgo static_build" | ||
@@ -24,7 +24,7 @@ ARG PKG=github.com/lightningnetwork/lnd | ||
ARG TAGS_BASE="autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc" | ||
|
||
# Added by yours truly (@lncm) | ||
-ARG TAGS_EXTRA="" | ||
+ARG TAGS_EXTRA="experimental" | ||
|
||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS | ||
# queries required to connect to linked containers succeed | ||
|
||
# |