From d8b177b9e593ba6b369f4ab262b640366af13157 Mon Sep 17 00:00:00 2001 From: Jan Opitz Date: Mon, 9 Dec 2024 08:47:08 +0100 Subject: [PATCH] Bump ansible-lint to v6.16.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66bb34b..e02a342 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.16.1 +RUN pip install --no-cache-dir --upgrade "ansible-lint[community,yamllint]"==v6.16.2