From c69e2870da1bde10fd8d40999026453baf83459c Mon Sep 17 00:00:00 2001 From: Jan Opitz Date: Fri, 6 Dec 2024 12:00:46 +0100 Subject: [PATCH] Bump ansible-lint to v6.14.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5360e6..7e7d1b6 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.14.2 +RUN pip install --no-cache-dir --upgrade "ansible-lint[community,yamllint]"==v6.14.3