From 32f15b8d64a42c986355bb4645039b87bc7d0fec Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 7 Apr 2025 22:48:03 +0200 Subject: [PATCH] ci: upgrade core lightning version Signed-off-by: Vincenzo Palazzo --- docker/Dockerfile.clightning | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.clightning b/docker/Dockerfile.clightning index ed81c8e..db79410 100644 --- a/docker/Dockerfile.clightning +++ b/docker/Dockerfile.clightning @@ -60,7 +60,7 @@ RUN git config --global user.name "John Doe" && \ git config --global user.email johndoe@example.com && \ git clone https://github.com/ElementsProject/lightning.git && \ # FIXME: cln 24.05 is the last version that works with the current lnprototest. - cd lightning && git checkout v24.05 && \ + cd lightning && git checkout v25.02.1 && \ pip3 install mako --break-system-packages && pip3 install grpcio-tools --break-system-packages && \ ./configure && \ make -j$(nproc)