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