From ee584eb4d400189e7a2c3b609f8bc14d185df356 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 3 Oct 2023 11:20:21 +0200 Subject: [PATCH] [v24] Upgraded ansible-lint to v6.20.3 --- Dockerfile.linux.amd64 | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index a02ed3c..eb52429 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -3,7 +3,7 @@ FROM alpine:3.18 # software versions ENV ANSIBLE_VERSION=2.13.11 -ENV ANSIBLE_LINT_VERSION=6.20.2 +ENV ANSIBLE_LINT_VERSION=6.20.3 ENV YAML_LINT_VERSION=1.32.0 # install software diff --git a/README.md b/README.md index 18ea8bc..3d76f8b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p # Preinstalled software - ansible-core == 2.13.11 - - ansible-lint == 6.20.2 + - ansible-lint == 6.20.3 - yamllint == 1.32.0 # Ansible collections