From 07fd65df377b5e47acd83264c0bd30c8cd1e2eea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:27:57 +0000 Subject: [PATCH] packer: Update to version 1.12.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 5e725a3ea1..a7b98b9622 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.11.2", + "version": "1.12.0", "description": "Automates the creation of any type of virtual machine image.", "homepage": "https://www.packer.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_amd64.zip", - "hash": "43facee0f16a03c26bbb713c6904b39568ae320d02b875fe18436e93068a712e" + "url": "https://releases.hashicorp.com/packer/1.12.0/packer_1.12.0_windows_amd64.zip", + "hash": "3ce4e1d9901daba3355be03efd17b0f1d34a962cb5508de5a83368ed9070b216" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_386.zip", - "hash": "b115c1cf9c6e14ceca31adb22278831f3d364083c4898095973830389ca333ca" + "url": "https://releases.hashicorp.com/packer/1.12.0/packer_1.12.0_windows_386.zip", + "hash": "4b73fc06614e64ea1fc3932175b00bb87b219dd3e27d85964d4bacdd47776cb7" } }, "bin": "packer.exe",