From 8d9e10c4f0b5877bd8faba4dd83528174e37cff0 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 7 Apr 2022 13:16:50 -0700 Subject: [PATCH] Switch hadolint hook --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 269b051..2d712ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - - repo: https://github.com/IamTheFij/docker-pre-commit - rev: v2.0.0 + - repo: https://github.com/hadolint/hadolint + rev: v2.4.0 hooks: - - id: hadolint-system + - id: hadolint