diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index a5b2dcc177231572231d9e18258d6404d70643dc..07973d42280e6ad4b883fd3f29f46c7de341f450 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.48.2
+FROM renovate/renovate:35.58.0
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...