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