diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 8b509996b6ff1fbf6c9b3a87d48a532a95f14392..34da9b59c1fab64e52d5ed8005fb32b23867400f 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -384,7 +384,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:36.96.3
+FROM renovate/renovate:36.107.1
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...