From 3296190a66959e74dd030246900a4ce6d8eba66a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:37:56 +0000 Subject: [PATCH] chore(deps): update pre-commit hook hadolint/hadolint to v2.14.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 891c852982c..af96f3b5219 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: ruff-format # formatter # NOTE This runs with Docker instead of the binary. Hoping anyone messing with Dockerfiles has Docker installed - repo: https://github.com/hadolint/hadolint - rev: v2.12.0 + rev: v2.14.0 hooks: - id: hadolint-docker - repo: https://github.com/nf-core/tools