diff --git a/Dockerfile b/Dockerfile index 049b5b8..b24c61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="gray-dark" # Install git (required by ansible-lint) RUN set -ex && apt-get update && apt-get -q install -y -V git && rm -rf /var/lib/apt/lists/* -RUN pip install ansible-lint +RUN pip install 'ansible-lint==4.3.7' COPY entrypoint.sh /entrypoint.sh