From e0f08b8a5de35a9b5e2dfe0fbfe9515953cec7aa Mon Sep 17 00:00:00 2001 From: Heechul Ryu Date: Fri, 19 Apr 2019 00:35:21 +0900 Subject: [PATCH] Update consul-containers.html.md (#5645) To reflect the most recent version --- website/source/docs/guides/consul-containers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/consul-containers.html.md b/website/source/docs/guides/consul-containers.html.md index c1c80f36a..019442f28 100644 --- a/website/source/docs/guides/consul-containers.html.md +++ b/website/source/docs/guides/consul-containers.html.md @@ -10,7 +10,7 @@ description: |- This guide describes critical aspects of operating a Consul cluster that's run inside containers. It primarily focuses on the Docker container runtime, but the principles largely apply to rkt, oci, and other container runtimes as well. ## Consul Official Docker Image -Consul's official Docker images are tagged with version numbers. For example, `docker pull consul:0.9.0` will pull the 0.9.0 Consul release image. +Consul's official Docker images are tagged with version numbers. For example, `docker pull consul:1.4.4` will pull the 1.4.4 Consul release image. For major releases, make sure to read our [upgrade guides](/docs/upgrade-specific.html) before upgrading a cluster.