Skip to content

Commit 4db5d18

Browse files
authored
unpin docker version in pre-commit hook (hadolint#814)
eliminating inconsistency. e.g. for version 2.10.0, pre-commit hooks points to outdated version https://github.com/hadolint/hadolint/blob/47e3022493cb0d51e5af21ee346d4b25bc02bfcd/.pre-commit-hooks.yaml#L7
1 parent 70429a8 commit 4db5d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: Runs hadolint Docker image to lint Dockerfiles
55
language: docker_image
66
types: ["dockerfile"]
7-
entry: ghcr.io/hadolint/hadolint:v2.9.3 hadolint
7+
entry: ghcr.io/hadolint/hadolint hadolint
88
- id: hadolint
99
name: Lint Dockerfiles
1010
description: Runs hadolint to lint Dockerfiles

0 commit comments

Comments
 (0)