Fixed name of the docker-image: juplo/wordcount--fortune fortune
authorKai Moritz <kai@juplo.de>
Wed, 5 Jun 2024 20:31:57 +0000 (22:31 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 5 Jun 2024 20:39:59 +0000 (22:39 +0200)
README.sh

index b34e172..12ec663 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -2,7 +2,7 @@
 
 if [ "$1" = "" ]
 then
 
 if [ "$1" = "" ]
 then
-  FORTUNE=juplo/fortune:1.0.0
+  FORTUNE=juplo/wordcount--fortune:1.0.1
 else
   FORTUNE="$1"
 fi
 else
   FORTUNE="$1"
 fi