From 4abdccd5e184173806b96a15fbdfedc7eed83582 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 16 Sep 2022 12:47:54 +0200 Subject: [PATCH] [Ansible] Upgrade ansible-core to v2.12.9 and linter to 6.5.2 --- Dockerfile.linux.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index ae101cd..79ff48d 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -3,8 +3,8 @@ FROM alpine:3.16 # software versions -ENV ANSIBLE_VERSION=2.12 -ENV ANSIBLE_LINT_VERSION=6.5.0 +ENV ANSIBLE_VERSION=2.12.9 +ENV ANSIBLE_LINT_VERSION=6.5.2 ENV YAML_LINT_VERSION=1.27.1