Upgrade auf Confluent Plattform 7.3.1
authorKai Moritz <kai@juplo.de>
Sun, 19 Feb 2023 21:41:36 +0000 (22:41 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 19 Feb 2023 21:43:06 +0000 (22:43 +0100)
Dockerfile

index 3461dfa..8e74fdd 100644 (file)
@@ -1,4 +1,4 @@
-ARG VERSION=7.1.3
+ARG VERSION=7.3.1
 
 FROM confluentinc/cp-base-new:${VERSION}
 
@@ -59,7 +59,6 @@ RUN \
   dnf install -y ca-certificates && \
   echo "Installing usefull tools" && \
   dnf install -y curl wget nc less httpie jq -y && \
-  pip install httpie && \
   echo "===> clean up ..."  && \
   dnf clean all && \
   rm -rf /tmp/*