From b725d83249c2c8701e08341f8d4903443bf74e88 Mon Sep 17 00:00:00 2001 From: Jan Opitz Date: Mon, 9 Dec 2024 10:17:35 +0100 Subject: [PATCH] Bump ansible-lint to v24.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44db481..ab6ccef 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]"==v24.2.2 +RUN pip install --no-cache-dir --upgrade "ansible-lint[community,yamllint]"==v24.5.0