From 628401c102c8ab209c9e0736261c7c898636282b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 13 Apr 2022 13:09:19 +0200 Subject: [PATCH] [ANSIBLE-LINT] Update to version 6.0.2 --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 45182a0..fe6c814 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -3,7 +3,7 @@ FROM alpine:3.15 # software versions ENV ANSIBLE_VERSION=2.9.27 -ENV ANSIBLE_LINT_VERSION=5.4.0 +ENV ANSIBLE_LINT_VERSION=6.0.2 ENV YAML_LINT_VERSION=1.26.3 # install software