Toolbox auf Version 7.5.1 von Confluent aktualisiert
authorKai Moritz <kai@juplo.de>
Sat, 7 Oct 2023 20:42:09 +0000 (22:42 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 7 Oct 2023 20:42:09 +0000 (22:42 +0200)
Dockerfile

index 0ebbe29..5a91292 100644 (file)
@@ -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/*