Skip to content

Commit d3dd143

Browse files
committed
ci: pin hadolint version
1 parent 3c94e25 commit d3dd143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ check_js_tests () {
2929
}
3030

3131
check_dockerfile () {
32-
docker run -i --rm hadolint/hadolint < Dockerfile
32+
docker run -i --rm hadolint/hadolint:v1.18.2 < Dockerfile
3333
}
3434

3535
check_docker_build () {

0 commit comments

Comments
 (0)