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