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