From 81cc22ee51c2d3fe5abb73ba68b67033d6166bfc Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 21 Sep 2022 10:35:20 +0200 Subject: [PATCH] [Ansible Linter] Minor upgrade to 6.6.1 --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 0507826..f157e59 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -4,7 +4,7 @@ FROM alpine:3.16 # software versions ENV ANSIBLE_VERSION=2.12.9 -ENV ANSIBLE_LINT_VERSION=6.6.0 +ENV ANSIBLE_LINT_VERSION=6.6.1 ENV YAML_LINT_VERSION=1.28.0