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