Skip to content

Commit dfce1e9

Browse files
committed
docs: add release-notes
1 parent dba80c6 commit dfce1e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docker/btcd/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
ARG GO_VERSION=1.25.5
4-
FROM golang:${GO_VERSION}-alpine AS builder
3+
FROM 1.25.5-alpine AS builder
54

65
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
76

docs/release-notes/release-notes-0.21.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@
234234

235235
## Tooling and Documentation
236236

237+
* [Overhauled Docker documentation and environment](https://github.com/lightningnetwork/lnd/pull/10461)
238+
to modernize the developer onboarding flow. Key updates include migrating
239+
to Docker Compose V2, updating base images (btcd v0.25.0, Go 1.25.5),
240+
and transitioning the documentation to focus on a more reliable "Simnet"
241+
workflow while removing obsolete faucet references.
242+
237243
# Contributors (Alphabetical Order)
238244

239245
* bitromortac

0 commit comments

Comments
 (0)