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