From: Kai Moritz Date: Wed, 5 Jun 2024 20:31:57 +0000 (+0200) Subject: Fixed name of the docker-image: juplo/wordcount--fortune X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffortune;p=demos%2Fkafka%2Fwordcount Fixed name of the docker-image: juplo/wordcount--fortune --- diff --git a/README.sh b/README.sh index b34e172..12ec663 100755 --- a/README.sh +++ b/README.sh @@ -2,7 +2,7 @@ if [ "$1" = "" ] then - FORTUNE=juplo/fortune:1.0.0 + FORTUNE=juplo/wordcount--fortune:1.0.1 else FORTUNE="$1" fi