We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd8745 commit 5611c2bCopy full SHA for 5611c2b
lnd/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.20.3-alpine as builder
+FROM golang:1.22.3-alpine as builder
2
3
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
4
# queries required to connect to linked containers succeed.
@@ -7,7 +7,7 @@ ENV GODEBUG netdns=cgo
7
# Pass a tag, branch or a commit using build-arg. This allows a docker
8
# image to be built from a specified Git state. The default image
9
# will use the Git tip of master by default.
10
-ARG checkout="v0.17.1-beta"
+ARG checkout="v0.18.2-beta"
11
ARG git_url="https://github.com/lightningnetwork/lnd"
12
13
# Install dependencies and build the binaries.
0 commit comments