From a163fc1431f19487f18c4b769eda3922f556b380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:23:05 +0000 Subject: [PATCH] packer: Update to version 1.10.1 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 73c0fc61a6..e23d7389a3 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.10.0", + "version": "1.10.1", "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.0/packer_1.10.0_windows_amd64.zip", - "hash": "dc3171a5384062c195f8cd9c2dc25a7fcb35f4ddaefceb9e81b6f0b44307cda2" + "url": "https://releases.hashicorp.com/packer/1.10.1/packer_1.10.1_windows_amd64.zip", + "hash": "ed522ca762f3a1e4b217f0af7545333b469e49725e8d36a4e7d7b368d7925510" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.10.0/packer_1.10.0_windows_386.zip", - "hash": "5a62f84b50f35108f6fea4bae2cd2ca6e51ddedd00630baf64ea4d0c52cb811c" + "url": "https://releases.hashicorp.com/packer/1.10.1/packer_1.10.1_windows_386.zip", + "hash": "8986e9b8cc60af73a9c7f9fab326728327c781fcdf4d2626dd04e776b5a8d8bc" } }, "bin": "packer.exe",