From 1381ebcbfb3e2a1b4871c5d05dc5914f6965a935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:05:10 +0000 Subject: [PATCH] Bump hadolint/hadolint from v2.14.0 to v2.15.1 Bumps hadolint/hadolint from v2.14.0 to v2.15.1. --- updated-dependencies: - dependency-name: hadolint/hadolint dependency-version: v2.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e3dad54..cc9ca28 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,7 @@ services: # Lint the Dockerfile: # docker compose run --rm hadolint hadolint Dockerfile hadolint: - image: hadolint/hadolint:v2.14.0 + image: hadolint/hadolint:v2.15.1 working_dir: /mnt volumes: - .:/mnt:ro