From e4fbe0179578d6297e6d7db7755b608ada870051 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 6 Nov 2024 11:24:54 +0100 Subject: [PATCH] [debian12] feat: update iso to 12.7.0 --- debian12/packer.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/packer.pkr.hcl b/debian12/packer.pkr.hcl index 69089a0..4fe7c29 100644 --- a/debian12/packer.pkr.hcl +++ b/debian12/packer.pkr.hcl @@ -72,7 +72,7 @@ variable "template_password" { variable "iso_image" { type = string - default = "debian-12.5.0-amd64-netinst.iso" + default = "debian-12.7.0-amd64-netinst.iso" } variable "version" {