From fa29da42f1878fb1673565426985f049076dd62e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Aug 2023 00:40:33 +0000
Subject: [PATCH] docs: update references to renovate/renovate to v36.52.2
 (#23969)

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 c1eda5de93..7149f3cb46 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.42.4
+FROM renovate/renovate:36.52.2
 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
 # under "Installation" for "Debian/Ubuntu"
 RUN ...
-- 
GitLab