diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 1705f3c70c1305aab105ea458a41bafb64caee96..842b1a45dce0b8c68da386527479a6e6804bdd68 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -229,7 +229,7 @@ To get access to the token a custom Renovate Docker image is needed that include
 The Dockerfile to create such an image can look like this:
 
 ```Dockerfile
-FROM renovate/renovate:29.8.2
+FROM renovate/renovate:29.14.1
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...