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