diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 86287e01ec9588b1f52a89ed9e95654f4511b5a6..1f252437c7505091f4afd142bb90a14669f003b4 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -371,7 +371,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:32.118.0 +FROM renovate/renovate:32.127.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ...