tf: Upgrade lightningd to v0.12.1

This commit is contained in:
Blockstream Satellite 2022-11-01 17:45:47 -03:00
parent 616584da8a
commit 73f7254c6a

View file

@ -216,7 +216,7 @@ variable "ionosphere_sse_docker" {
# Less frequently updated images
variable "lightning_docker" {
type = string
default = "blockstream/lightningd:v0.10.2"
default = "blockstream/lightningd:v0.12.1"
}
variable "charge_docker" {