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