From 4bc525d8019dc1047a8d32d07ba769941097bb4b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 20 Jan 2022 12:31:46 -0800 Subject: [PATCH] Update hadolint --- scripts/add_hadolint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add_hadolint.sh b/scripts/add_hadolint.sh index 4989a43..88ee09e 100755 --- a/scripts/add_hadolint.sh +++ b/scripts/add_hadolint.sh @@ -1,6 +1,6 @@ #! /bin/bash set -ex -VERSION=v1.22.1 +VERSION=v2.8.0 wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64" chmod +x /usr/bin/hadolint