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