Skip to content

Commit

Permalink
Fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Sep 11, 2024
1 parent db1f199 commit a53d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Hadolint
run: sudo apt-get update && sudo apt-get install -y hadolint
run: sudo wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.8.0/hadolint-Linux-x86_64 && sudo chmod +x /bin/hadolint

- name: Create testResults directory
run: mkdir -p testResults
Expand Down

0 comments on commit a53d9e4

Please sign in to comment.