diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 4a254244b5bb1e3debbc278984e7cd8b0284d5c4..14d0c0274dadfac40cabf6fe4d9421fcb147d51d 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -388,7 +388,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:35.14.1
+FROM renovate/renovate:35.23.2
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...