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