fix: pin ansible-lint<5 for ansible-review compatibility

This commit is contained in:
2026-06-09 01:01:08 +00:00
parent 318f4d538e
commit 2d71b41f95
+1 -1
View File
@@ -10,7 +10,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==${ANSIBLE_REVIEW_VERSION} && \
RUN pip install --no-cache-dir ansible-review 'ansible-lint<5' && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \