From 7b9d3000aa5ed5f587511a63f94c4191ac57799a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 31 Jan 2021 16:37:01 +0100 Subject: [PATCH] hadolint: Update to version 1.21.0 --- bucket/hadolint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hadolint.json b/bucket/hadolint.json index 0e465d740d..9a8706e465 100644 --- a/bucket/hadolint.json +++ b/bucket/hadolint.json @@ -1,12 +1,12 @@ { - "version": "1.20.0", + "version": "1.21.0", "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/v1.20.0/hadolint-Windows-x86_64.exe#/hadolint.exe", - "hash": "ae4c0de409bc4c0d9ef025731b86a1d5cdde5f4b02aebfd73a9b6e2435d620c0" + "url": "https://github.com/hadolint/hadolint/releases/download/v1.21.0/hadolint-Windows-x86_64.exe#/hadolint.exe", + "hash": "6bcc9b6ca9fccc3ebac6ce17f8c9c498b33eb301d8d12d67e8b534626bcbe45f" } }, "bin": "hadolint.exe",