From d55db5e8cec3f0ce49d2fa7fda7cbe18d7573fe4 Mon Sep 17 00:00:00 2001 From: nitramiz Date: Mon, 28 Oct 2024 14:06:33 +0000 Subject: [PATCH] Bump lightningd image to v24.08.2 --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index f99c473..5bad4aa 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -197,7 +197,7 @@ variable "sat_api_sse_docker" { # Less frequently updated images variable "lightning_docker" { type = string - default = "blockstream/lightningd:v24.05" + default = "blockstream/lightningd:v24.08.2" } variable "charge_docker" {