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