fix: pin ansible-lint<5 to keep default_rulesdir import

This commit is contained in:
2026-06-09 01:21:51 +00:00
parent 566de5e6fc
commit 713dade453
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev build-base libffi-dev libressl-dev
# hadolint ignore=DL3013 # hadolint ignore=DL3013
RUN pip install --no-cache-dir ansible-review==0.13.9 && \ RUN pip install --no-cache-dir ansible-review==0.13.9 'ansible-lint<5' && \
apk del build-dependencies apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \ LABEL maintainer="dockerimages@cabillot.eu" \