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