From 285bac54f6bf36c6f0687341217f1f5441a8b0be Mon Sep 17 00:00:00 2001 From: benoit Date: Sun, 23 Jun 2024 16:10:59 +0300 Subject: [PATCH] Update example version --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index f307249..f472475 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -26,7 +26,7 @@ variable "instance_type" { } variable "alephium_image" { - description = "Docker image to use, for instance alephium/alephium:v1.5.5" + description = "Docker image to use, for instance alephium/alephium:v3.1.4" type = string default = "touilleio/alephium-standalone:latest" }