From be6fc7e59035f985acb69aff0a18025a2a077d04 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Thu, 22 Feb 2024 11:45:01 +0100 Subject: [PATCH] Fully revert to working version. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8eacb19..fa04ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,8 @@ RUN set -x \ && curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \ && helm plugin install https://github.com/databus23/helm-diff \ && python3 -m pip install --disable-pip-version-check --no-cache-dir \ - ansible==8.7.0 \ - ansible-core==2.15.7 \ + ansible==8.4.0 \ + ansible-core==2.15.4 \ Jinja2==3.1.3 \ netaddr==1.1.0 \ humanfriendly==10.0 \