From b0e681591088434a449eca5c7177979a66640b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 18 Oct 2020 19:29:38 +0200 Subject: [PATCH] hadolint: Update to version 1.18.1 --- bucket/hadolint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hadolint.json b/bucket/hadolint.json index c2737ade6c..fdb7e26520 100644 --- a/bucket/hadolint.json +++ b/bucket/hadolint.json @@ -1,12 +1,12 @@ { + "version": "1.18.1", "description": "Dockerfile linter", "homepage": "https://github.com/hadolint/hadolint", "license": "GPL-3.0-or-later", - "version": "1.18.0", "architecture": { "64bit": { - "url": "https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Windows-x86_64.exe#/hadolint.exe", - "hash": "552e310b924840f04391825cf8150b549413ddae36d139c34389665e082c89c6" + "url": "https://github.com/hadolint/hadolint/releases/download/v1.18.1/hadolint-Windows-x86_64.exe#/hadolint.exe", + "hash": "64fb1051dda9358812e3bfe54cc0a0086066b30e86bdaf06c7259de0d2919a29" } }, "bin": "hadolint.exe",