From 824bfa16bd638497e252dd465a38c30e8f11c848 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:48:10 +0000 Subject: [PATCH] Update toolhippie/yamllint Docker tag to v1.38.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfe8b0f..0453ce6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN --mount=type=bind,target=. \ hadolint --version && find . -name Dockerfile -exec hadolint {} + # ========================================================= -FROM toolhippie/yamllint:1.37.1 AS yamllint +FROM toolhippie/yamllint:1.38.0 AS yamllint WORKDIR /src RUN --mount=type=bind,target=. \ yamllint -v && yamllint -s -f colored .