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" \