From 22ac0eeca4ebb16e8da686dd562dea385b278c43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:37:21 +0000 Subject: [PATCH] hadolint: Update to version 2.9.1 --- bucket/hadolint.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/hadolint.json b/bucket/hadolint.json index 0056007fb0..b7f56671e3 100644 --- a/bucket/hadolint.json +++ b/bucket/hadolint.json @@ -1,21 +1,21 @@ { - "version": "2.8.0", + "version": "2.9.1", "description": "Dockerfile linter", "homepage": "https://github.com/hadolint/hadolint", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/hadolint/hadolint/releases/download/v2.8.0/hadolint-Windows-x86_64.exe#/hadolint.exe", - "hash": "e383e7a14e1c1f08808b26d89fe38093c202b4b30494842c4ae4731c3f785725" + "url": "https://github.com/hadolint/hadolint/releases/download/v2.9.1/hadolint-Windows-x86_64.exe#/hadolint.exe", + "hash": "84fe2467fa5f185855895832f0de1b53d2220e164df257d0c4593a7c327c0f68" } }, "bin": "hadolint.exe", "checkver": "github", "autoupdate": { "architecture": { - "64bit": { - "url": "https://github.com/hadolint/hadolint/releases/download/v$version/hadolint-Windows-x86_64.exe#/hadolint.exe" + "64bit": { + "url": "https://github.com/hadolint/hadolint/releases/download/v$version/hadolint-Windows-x86_64.exe#/hadolint.exe" + } } - } } }