From: Kai Moritz Date: Sun, 3 Apr 2022 06:50:44 +0000 (+0200) Subject: Upgrade auf Confluent Platform 7.0.2 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=5962ec695c025e208239b8b18ca04c117619ae9e;p=demos%2Fkafka%2Ftraining Upgrade auf Confluent Platform 7.0.2 --- diff --git a/Dockerfile b/Dockerfile index e318566..7b1dd8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=6.2.0 +ARG VERSION=7.0.2 FROM confluentinc/cp-base-new:${VERSION}