We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd49a21 commit e192d1eCopy full SHA for e192d1e
dev.Dockerfile
@@ -23,8 +23,9 @@ COPY --from=nodejsbuilder /go/src/github.com/lightninglabs/lightning-terminal /g
23
# queries required to connect to linked containers succeed.
24
ENV GODEBUG netdns=cgo
25
26
-# allow forcing a specific taproot-assets version through a build argument
27
-# see https://go.dev/ref/mod#version-queries for the types of queries that can be used to define a version
+# Allow forcing a specific taproot-assets version through a build argument.
+# Please see https://go.dev/ref/mod#version-queries for the types of
28
+# queries that can be used to define a version.
29
ARG TAPROOT_ASSETS_VERSION
30
31
# Install dependencies and install/build lightning-terminal.
0 commit comments