diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 1725541ab21f35324362db198abfba8089546dea..5c1d754742b3b277ea4b2f071bcc8311b0060be1 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -21,11 +21,13 @@ Renovate is available for Docker via an automated build [renovate/renovate](http
 
 ```
 $ docker run renovate/renovate
-$ docker run renovate/renovate:12.1.1
-$ docker run renovate/renovate:12.1
-$ docker run renovate/renovate:12
+$ docker run renovate/renovate:13.1.1
+$ docker run renovate/renovate:13.1
+$ docker run renovate/renovate:13
 ```
 
+(Please look up what the latest actual tags are though, do not use the above literally).
+
 If you wish to configure Renovate using a `config.js` file then map it to `/usr/src/app/config.js` using Docker volumes.
 
 ## Authentication