From 259779adf7084992d30843f5c81ddc9aa1322cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:34:38 +0000 Subject: [PATCH] packer: Update to version 1.8.6 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 5c5b175689..52f4f024ee 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.8.5", + "version": "1.8.6", "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.8.5/packer_1.8.5_windows_amd64.zip", - "hash": "f2df2ee3356987c286eeb4f0460b9b2e7b26c29c45c065626713e9dfab5e876d" + "url": "https://releases.hashicorp.com/packer/1.8.6/packer_1.8.6_windows_amd64.zip", + "hash": "25c8204b3aff86b6c62aabbfa1629a86e4b13dd974cea944cd2f0a6fab7a8c27" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.8.5/packer_1.8.5_windows_386.zip", - "hash": "e1262a17b52815e75966453887b8848cdde10844a59ddcc51899b31bb7df718c" + "url": "https://releases.hashicorp.com/packer/1.8.6/packer_1.8.6_windows_386.zip", + "hash": "84bcb9f87466e763ee94bf8e8c4f9a244b28b9fcc165cbb5af06a9dc9786f9b4" } }, "bin": "packer.exe",