diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index 0feef3d9991ec1e599bd42f1c1704cd6575097c4..f38f5fa49906669bbbf9312ee5d3528b5b6884db 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -229,7 +229,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:31.2.0
+FROM renovate/renovate:31.7.0
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...