2020-09-08 20:20:54 +00:00
|
|
|
#! /bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2023-04-18 23:25:40 +00:00
|
|
|
VERSION=v2.12.0
|
2021-02-02 23:42:48 +00:00
|
|
|
wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64"
|
2020-09-08 20:20:54 +00:00
|
|
|
chmod +x /usr/bin/hadolint
|