[Yamllint] Upgrade to version 6.6.0 and also docker version bump
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3151eba3af
commit
a824faf58f
@ -27,5 +27,5 @@ steps:
|
|||||||
|
|
||||||
# tags
|
# tags
|
||||||
tags:
|
tags:
|
||||||
- 'v0.7'
|
- 'v0.8'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
@ -4,7 +4,7 @@ FROM alpine:3.16
|
|||||||
|
|
||||||
# software versions
|
# software versions
|
||||||
ENV ANSIBLE_VERSION=2.12.9
|
ENV ANSIBLE_VERSION=2.12.9
|
||||||
ENV ANSIBLE_LINT_VERSION=6.5.2
|
ENV ANSIBLE_LINT_VERSION=6.6.0
|
||||||
ENV YAML_LINT_VERSION=1.28.0
|
ENV YAML_LINT_VERSION=1.28.0
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.9
|
- ansible-core == 2.12.9
|
||||||
- ansible-lint == 6.5.2
|
- ansible-lint == 6.6.0
|
||||||
- yamllint == 1.28.0
|
- yamllint == 1.28.0
|
||||||
|
|
||||||
# Ansible collections
|
# Ansible collections
|
||||||
|
Loading…
Reference in New Issue
Block a user