Bump lightningd image to v24.08.2

This commit is contained in:
nitramiz 2024-10-28 14:06:33 +00:00
parent 2911863923
commit d55db5e8ce

View file

@ -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" {