From 139c1eb01f97915671d28d9c7d656d7d9e8b794b Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 30 Sep 2019 16:15:31 +0000 Subject: [PATCH] fix: fixed readme to reflect correct docker image tag (#2593) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98aec036..2416e789f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Preview Coral easily by running Coral via a Heroku App: You can install Coral using Docker or via Source. We recommend Docker, as it provides the easiest deployment solution going forward, as all the dependencies are baked and shipped with the provided -[coralproject/talk:next](https://hub.docker.com/r/coralproject/talk) image. +[coralproject/talk:5](https://hub.docker.com/r/coralproject/talk) image. When v5 releases to master, you'll be able to select it using `coralproject/talk:5`.