From fb6464bbaa0a3e642420089f4cd829ee99f96338 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:23:26 +0200 Subject: [PATCH] fix linter errors --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d75879b..7887ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ RUN apt-get update && \ yamllint \ s-nail \ python3-pip \ - && pip3 install pylint \ + && pip3 install --no-cache-dir pylint==3.1.0 \ && apt-get clean && \ rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*