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