diff --git a/README.md b/README.md
index 448c939582a3a0c27b41bbab0194b89edbc10247..25d9489f9837896d9b663c174ae51ddc0c9b79ac 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ The following example shows the options we use for our CI environment:
 ```
 docker run -name confluence \
   -e JAVA_OPTS=-Xmx1024m \
-  -e CONFLUENCE_VERSION=6.2 \
+  -e CONFLUENCE_VERSION=5.4.3 \
   -e CONFLUENCE_OVERLAY=http://10.0.0.1/confluence-config.tgz \
   -v /opt/application-data/confluence:/home/confluence \
   -p 8091:8091 \
@@ -81,7 +81,7 @@ docker run -name confluence \
 ## Variables
 
 * `CONFLUENCE_HOME` - Confluence home directory (default `/home/confluence`)
-* `CONFLUENCE_VERSION` - The version to install an run (default `6.2`)
+* `CONFLUENCE_VERSION` - The version to install an run (default `5.4.3`)
 * `CONFLUENCE_OVERLAY` - A URL pointing to an tarball overlay
 
 ## Exposed ports