Skip to content

Commit bebe9a6

Browse files
committed
chore: bump Docker image versions
- CLN: v24.08.2 → v25.12.1 - LND: v0.18.5-beta → v0.20.1-beta - bitcoind (LND compose): 29.1 → 30.2 - Eclair: latest → 0.13.1 (pin explicit version)
1 parent fd3c591 commit bebe9a6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.eclair

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Repackage acinq/eclair:latest onto a glibc-based runtime.
22
# The official image uses Alpine (musl libc), which causes SIGSEGV in
33
# secp256k1-jni because the native library is compiled against glibc.
4-
FROM acinq/eclair:latest AS source
4+
FROM acinq/eclair:0.13.1 AS source
55

66
FROM eclipse-temurin:21-jre-jammy
77
WORKDIR /app

docker-compose-cln.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- bitcoin-electrs
5454

5555
cln:
56-
image: elementsproject/lightningd:v24.08.2
56+
image: elementsproject/lightningd:v25.12.1
5757
platform: linux/amd64
5858
depends_on:
5959
bitcoin:

docker-compose-lnd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
bitcoin:
3-
image: blockstream/bitcoind:29.1
3+
image: blockstream/bitcoind:30.2
44
platform: linux/amd64
55
command:
66
[
@@ -53,7 +53,7 @@ services:
5353
- bitcoin-electrs
5454

5555
lnd:
56-
image: lightninglabs/lnd:v0.18.5-beta
56+
image: lightninglabs/lnd:v0.20.1-beta
5757
container_name: ldk-node-lnd
5858
depends_on:
5959
bitcoin:

0 commit comments

Comments
 (0)