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