We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4931b commit 6505353Copy full SHA for 6505353
Docker/lnd/Dockerfile
@@ -1,6 +1,6 @@
1
# If you change this please also update GO_VERSION in Makefile (then run
2
# `make lint` to see where else it needs to be updated as well).
3
-FROM golang:1.24.6-alpine AS builder
+FROM golang:1.25.3-alpine AS builder
4
5
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
6
# queries required to connect to linked containers succeed.
@@ -25,7 +25,7 @@ RUN git clone $git_url /go/src/github.com/lightningnetwork/lnd \
25
26
FROM debian:stable-slim
27
28
-ARG LND_VERSION=0.20.0-beta.rc1
+ARG LND_VERSION=0.20.0-beta.rc2
29
ENV PATH=/opt/lnd:$PATH
30
31
RUN apt-get update -y \
0 commit comments