diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 148a885fb3eda0..3eda06faeb6a5f 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -377,7 +377,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:36.8.11 +FROM renovate/renovate:36.20.1 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ...