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