Skip to content

Commit

Permalink
Support newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandavis-viz committed Apr 6, 2021
1 parent c37fb7b commit 56b809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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<5'
RUN pip install 'ansible-lint[community,yamllint]<6'

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 56b809e

Please sign in to comment.