From d539fda97bb2cb78169bb93f9f7d874ebb89f3cb Mon Sep 17 00:00:00 2001 From: Mattias Cibien Date: Mon, 5 Aug 2019 09:00:51 +0200 Subject: [PATCH] Removed version from readme (#10) [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1c608..d504b54 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Configurable apps for running Telegram Bots that responds to photo Image Queries Create a Dockerfile with the following contents: ```docker -FROM mattiascibien/image-search-bot:20190723.20 +FROM mattiascibien/image-search-bot COPY *.botconfig.json ./ ```