Skip to content

Commit 6505353

Browse files
committed
rc2
1 parent eb4931b commit 6505353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/lnd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If you change this please also update GO_VERSION in Makefile (then run
22
# `make lint` to see where else it needs to be updated as well).
3-
FROM golang:1.24.6-alpine AS builder
3+
FROM golang:1.25.3-alpine AS builder
44

55
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
66
# queries required to connect to linked containers succeed.
@@ -25,7 +25,7 @@ RUN git clone $git_url /go/src/github.com/lightningnetwork/lnd \
2525

2626
FROM debian:stable-slim
2727

28-
ARG LND_VERSION=0.20.0-beta.rc1
28+
ARG LND_VERSION=0.20.0-beta.rc2
2929
ENV PATH=/opt/lnd:$PATH
3030

3131
RUN apt-get update -y \

0 commit comments

Comments
 (0)