From acb65fb1dc3d7c2ffc3e11918e6fb3f8da96c4d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 03:46:39 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v27.26.0 (#11993) Co-authored-by: Renovate Bot --- 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 9395aeec4d241b..6a55a0d20c892c 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:27.19.2 +FROM renovate/renovate:27.26.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ...