Skip to content

Commit

Permalink
ci: pin hadolint version
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Nov 19, 2020
1 parent db5bfa1 commit 31a5101
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 @@ -16,4 +16,4 @@ jobs:
uses: actions/checkout@v2

- name: Check Dockerfile compliance
run: docker run -i --rm hadolint/hadolint < Dockerfile
run: docker run -i --rm hadolint/hadolint:v1.18.2 < Dockerfile

0 comments on commit 31a5101

Please sign in to comment.