From 86c7e58770268ead73ecdd30722d7666c733193c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 1 May 2023 03:22:04 +0000
Subject: [PATCH] docs: update references to renovate/renovate to v35.66.3
 (#21897)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 07973d4228..11b5aa1794 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:35.58.0
+FROM renovate/renovate:35.66.3
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...
-- 
GitLab