From e642388a4b0f191cd8638d72a3d12179ce7fcb7f Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 01:46:41 +0000 Subject: [PATCH] fix: pin ansible-lint to 4.1.0 (has default_rulesdir in __init__) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2b5ced..8063046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add --virtual build-dependencies \ build-base libffi-dev libressl-dev # hadolint ignore=DL3013 -RUN pip install --no-cache-dir ansible-review==0.13.9 'ansible-lint<5' && \ +RUN pip install --no-cache-dir ansible-review==0.13.9 'ansible-lint==4.1.0' && \ apk del build-dependencies LABEL maintainer="dockerimages@cabillot.eu" \