Compare commits

..

No commits in common. "1b140884c6bb33a9c49feed799ce75d5e6f03bee" and "e7716d1a595fa6c201eeb968e15ea15910462724" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ FROM alpine:3.16
# software versions # software versions
ENV ANSIBLE_VERSION=2.12.10 ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_LINT_VERSION=6.14.3 ENV ANSIBLE_LINT_VERSION=6.14.2
ENV YAML_LINT_VERSION=1.29.0 ENV YAML_LINT_VERSION=1.29.0

View File

@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p
# Preinstalled software # Preinstalled software
- ansible-core == 2.12.10 - ansible-core == 2.12.10
- ansible-lint == 6.14.3 - ansible-lint == 6.14.2
- yamllint == 1.28.0 - yamllint == 1.28.0
# Ansible collections # Ansible collections