From 561c751d301ea0175f6c961df35a3e7f24f43c1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 05:21:53 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v28.20.0 (#12415) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- docs/usage/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/docker.md b/docs/usage/docker.md index c460285c0a..a726f1bdac 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -227,7 +227,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:28.0.2 +FROM renovate/renovate:28.20.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... -- GitLab