From 9c0078e3a296ec7fbb342c97d91e50340b0293c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:25:42 +0000 Subject: [PATCH] packer: Update to version 1.10.3 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 17ce0510b1..96e28ec0c1 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.10.2", + "version": "1.10.3", "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.10.2/packer_1.10.2_windows_amd64.zip", - "hash": "acdbdb12e405f58f2d9b519c31d4ac5b2417f97bd7c2bfc93c95db03fc3fc1b1" + "url": "https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_windows_amd64.zip", + "hash": "02f9447e291aa3fac488dd67a23fca6900b025612b4e4c404120c17b8775e436" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_386.zip", - "hash": "9aaf5f4caba87845377fabbc7dcd12d7add88dbdcaa0fd9f7427d201d7bf463c" + "url": "https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_windows_386.zip", + "hash": "6a107f8d45b560e9528753859cf1f81e55a29e7619ff4abe1f4350a71f1f112a" } }, "bin": "packer.exe",