From 8f70f1183aea82c005c90f4acc59630a1668b07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:30:09 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v37.326.3 (#28711) 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 a16b40221811ae..6631c9b330f849 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -384,7 +384,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:37.315.1 +FROM renovate/renovate:37.326.3 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ...