diff --git a/Dockerfile b/Dockerfile index 9561978..7e60024 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \