From ea20c5848c20f7f979a286141ac42c4aeb7f9bcc Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 27 Jan 2025 16:31:25 -0500 Subject: [PATCH] Updating Debian image to 12.9 --- Debian-12/debian-12.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Debian-12/debian-12.pkr.hcl b/Debian-12/debian-12.pkr.hcl index 90d83c0..7866049 100644 --- a/Debian-12/debian-12.pkr.hcl +++ b/Debian-12/debian-12.pkr.hcl @@ -10,7 +10,7 @@ variable "proxmox_apitoken" { source "proxmox-iso" "debian-12" { template_name = "debian-12" - template_description = "Debian 12.5, generated on ${timestamp()}" + template_description = "Debian 12.9, generated on ${timestamp()}" vm_id = "203" boot_wait = "10s" boot_key_interval = "200ms" @@ -43,8 +43,8 @@ source "proxmox-iso" "debian-12" { node = "kamino" pool = "Templates" - iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso" - iso_checksum = "sha256:013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f" + iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso" + iso_checksum = "sha256:1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054" iso_storage_pool = "iso" unmount_iso = true iso_download_pve = true