Skip to content

Commit 5611c2b

Browse files
authored
Update release
1 parent 8dd8745 commit 5611c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lnd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.3-alpine as builder
1+
FROM golang:1.22.3-alpine as builder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.
@@ -7,7 +7,7 @@ ENV GODEBUG netdns=cgo
77
# Pass a tag, branch or a commit using build-arg. This allows a docker
88
# image to be built from a specified Git state. The default image
99
# will use the Git tip of master by default.
10-
ARG checkout="v0.17.1-beta"
10+
ARG checkout="v0.18.2-beta"
1111
ARG git_url="https://github.com/lightningnetwork/lnd"
1212

1313
# Install dependencies and build the binaries.

0 commit comments

Comments
 (0)