Bump hadolint 2.9.2

This commit is contained in:
Amin Vakil 2022-03-22 05:19:38 +04:30
parent 2bb0086211
commit 9df1b1d26e
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -18,7 +18,7 @@ jobs:
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
sudo chmod 755 /usr/local/bin/hadolint
env:
HADOLINT_VERSION: 2.9.1
HADOLINT_VERSION: 2.9.2
- name: Run hadolint.
run: |