From 67da421335bbd0055c22292cd564f6ff1e1288f7 Mon Sep 17 00:00:00 2001 From: Jan Opitz Date: Thu, 5 Dec 2024 16:02:48 +0100 Subject: [PATCH] Bump ansible-lint to v6.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9673e77..4c0c934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3-slim LABEL maintainer="Christoph Kepler " -RUN pip install --no-cache-dir --upgrade "ansible-lint[community,yamllint]"==v6.2.0 +RUN pip install --no-cache-dir --upgrade "ansible-lint[community,yamllint]"==v6.2.1