From 3e367c13901705585722b500c6b471c825d1bb15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:49:49 +0000 Subject: [PATCH] project: update hadolint/hadolint to v2.14.0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 57dcd83..6fbda5b 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ task :solargraph do end # renovate: datasource=github-tags depName=hadolint/hadolint -hadolint_version = 'v2.13.1' +hadolint_version = 'v2.14.0' # renovate: datasource=github-tags depName=aquasecurity/trivy trivy_version = 'v0.61.0'