diff --git a/.drone.yml b/.drone.yml index 3a167ec..e94b5ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,5 +28,5 @@ steps: # tags tags: - - 'v0.13' + - 'v15' - 'latest' diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index c105f33..4d8fe87 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -4,8 +4,8 @@ FROM alpine:3.16 # software versions ENV ANSIBLE_VERSION=2.12.10 -ENV ANSIBLE_LINT_VERSION=6.10.2 -ENV YAML_LINT_VERSION=1.28.0 +ENV ANSIBLE_LINT_VERSION=6.12.0 +ENV YAML_LINT_VERSION=1.29.0 # install software diff --git a/README.md b/README.md index 412cc6a..7303ffe 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.10 - - ansible-lint == 6.10.2 + - ansible-lint == 6.12.0 - yamllint == 1.28.0 # Ansible collections