Update hadolint pre-commit to make it work under arm

This commit is contained in:
Ayaz Salikhov
2022-03-31 23:16:15 +01:00
parent 090779d7da
commit 9d68c7d1d4

View File

@@ -67,10 +67,10 @@ repos:
# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git
rev: v2.9.3
rev: v2.10.0
hooks:
- id: hadolint-docker
entry: hadolint/hadolint:v2.9.3 hadolint
entry: hadolint/hadolint:v2.10.0 hadolint
# Lint: YAML
- repo: https://github.com/adrienverge/yamllint.git