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