Skip to content

Commit

Permalink
Pin hadolint version
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Oct 2, 2024
1 parent 33db877 commit b93e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install hadolint
run: |
curl -LO https://github.com/hadolint/hadolint/releases/latest/download/hadolint-Linux-x86_64
curl -LO https://github.com/hadolint/hadolint/releases/v2.12.0/download/hadolint-Linux-x86_64
chmod +x hadolint-Linux-x86_64
sudo mv hadolint-Linux-x86_64 /usr/local/bin/hadolint
Expand Down

0 comments on commit b93e9e5

Please sign in to comment.