diff --git a/.drone.yml b/.drone.yml index 13aaac7..d57b309 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,5 +27,5 @@ steps: # tags tags: - - 'v0.6' + - 'v0.7' - 'latest' diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 4104900..ae101cd 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -4,8 +4,8 @@ FROM alpine:3.16 # software versions ENV ANSIBLE_VERSION=2.12 -ENV ANSIBLE_LINT_VERSION=6.2.2 -ENV YAML_LINT_VERSION=1.26.3 +ENV ANSIBLE_LINT_VERSION=6.5.0 +ENV YAML_LINT_VERSION=1.27.1 # install software diff --git a/README.md b/README.md index 3e0701b..d74e733 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.12 - - ansible-lint == 6.2.2 + - ansible-lint == 6.5.0 - yamllint == 1.26.3 # Ansible collections