From 944d3fbc5d293887b89da411f1ecdd1a7088507e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 01:18:11 +0000 Subject: [PATCH] project: update hadolint/hadolint to v2.12.0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 93825b9..ad46f98 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ namespace :solargraph do end # renovate: datasource=github-tags depName=hadolint/hadolint -hadolint_version = 'v2.10.0' +hadolint_version = 'v2.12.0' # renovate: datasource=github-tags depName=aquasecurity/trivy trivy_version = 'v0.34.0'