From fc988dfa21601c2bb5e62061abe41bdbb89b6e8b Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 7 Oct 2023 22:42:09 +0200 Subject: [PATCH] Toolbox auf Version 7.5.1 von Confluent aktualisiert --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ebbe29..5a91292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=7.1.3 +ARG VERSION=7.5.1 FROM confluentinc/cp-base-new:${VERSION} @@ -59,7 +59,7 @@ RUN \ dnf install -y ca-certificates && \ echo "Installing usefull tools" && \ dnf install -y curl wget nc less httpie jq -y && \ - pip install httpie && \ + dnf install httpie && \ echo "===> clean up ..." && \ dnf clean all && \ rm -rf /tmp/* -- 2.20.1