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