From 952207dae3585ef39c1063c53301da493b1b554a Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Mon, 17 Feb 2025 08:35:03 +0000 Subject: [PATCH] upgrade to hashicorp/qemu 1.1.1 --- ubuntu.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.pkr.hcl b/ubuntu.pkr.hcl index 8e5758e..32fa459 100644 --- a/ubuntu.pkr.hcl +++ b/ubuntu.pkr.hcl @@ -2,7 +2,7 @@ packer { required_plugins { # see https://github.com/hashicorp/packer-plugin-qemu qemu = { - version = "1.1.0" + version = "1.1.1" source = "github.com/hashicorp/qemu" } # see https://github.com/hashicorp/packer-plugin-proxmox