Ian Fijolek
becc9bf0b1
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#! /bin/bash
|
|
set -ex
|
|
|
|
VERSION=v1.18.0
|
|
wget -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64"
|
|
chmod +x /usr/bin/hadolint
|