From b3d99cfddd235905c2a94494a4f8bf9502894823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 08:29:18 +0000 Subject: [PATCH] hadolint: Update to version 2.9.2 --- bucket/hadolint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hadolint.json b/bucket/hadolint.json index b7f56671e3..dfa1777446 100644 --- a/bucket/hadolint.json +++ b/bucket/hadolint.json @@ -1,12 +1,12 @@ { - "version": "2.9.1", + "version": "2.9.2", "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.9.1/hadolint-Windows-x86_64.exe#/hadolint.exe", - "hash": "84fe2467fa5f185855895832f0de1b53d2220e164df257d0c4593a7c327c0f68" + "url": "https://github.com/hadolint/hadolint/releases/download/v2.9.2/hadolint-Windows-x86_64.exe#/hadolint.exe", + "hash": "35874678915ceea3df85c857d7a6d816d65a10e82ab5936be87dfd5a8875aeaa" } }, "bin": "hadolint.exe",