From 5411e47ec5895beac3150370aeb995f01d5be8af Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 17 Feb 2021 10:47:01 -0800 Subject: [PATCH] Personal: 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 0b0be08..4989a43 100755 --- a/scripts/add_hadolint.sh +++ b/scripts/add_hadolint.sh @@ -1,6 +1,6 @@ #! /bin/bash set -ex -VERSION=v1.18.0 +VERSION=v1.22.1 wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64" chmod +x /usr/bin/hadolint