[GLOBAL] Updated Alpine to 3.18, ansible-core to 2.13.11 and yamllint to 1.32.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-07-26 12:34:22 +02:00
parent 5e9504339c
commit a031db5d33
3 changed files with 6 additions and 6 deletions

View File

@ -30,4 +30,4 @@ steps:
# tags
tags:
- 'latest'
- 'v20'
- 'v21'

View File

@ -1,10 +1,10 @@
# alpine version
FROM alpine:3.16
FROM alpine:3.18
# software versions
ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_VERSION=2.13.11
ENV ANSIBLE_LINT_VERSION=6.17.2
ENV YAML_LINT_VERSION=1.30.0
ENV YAML_LINT_VERSION=1.32.0
# install software
RUN apk update

View File

@ -4,9 +4,9 @@
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
# Preinstalled software
- ansible-core == 2.12.10
- ansible-core == 2.13.11
- ansible-lint == 6.17.2
- yamllint == 1.30.0
- yamllint == 1.32.0
# Ansible collections
- ansible.posix == latest