Update hadolint to 2.12.0
This commit is contained in:
parent
abe7715e7b
commit
0da9c4db9a
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
VERSION=v2.10.0
|
VERSION=v2.12.0
|
||||||
wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64"
|
wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64"
|
||||||
chmod +x /usr/bin/hadolint
|
chmod +x /usr/bin/hadolint
|
||||||
|
Loading…
Reference in New Issue
Block a user