From b6e8753b268b8f082ff9fc1d132d1e648d716e8e Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Wed, 19 Aug 2026 13:34:43 +0200 Subject: [PATCH] Consistency changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ebe0c4..babc4eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN rm -rf $HOME/.cache # ansible RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-apt && \ apt-get clean -RUN pip3 install ansible==2.10.7 +RUN pip3 install ansible==4.10.0 RUN rm -rf $HOME/.cache # provision