From d8fa90bfab79630c9725ac4dc7294eccecf9506e Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 5 Jul 2024 05:13:09 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v37.424.1 | datasource | package | from | to | | ---------- | ----------------- | -------- | -------- | | docker | renovate/renovate | 37.141.0 | 37.424.1 | --- 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 a70982b4f8121d..499943acbcaad8 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -383,7 +383,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.141.0 +FROM renovate/renovate:37.424.1 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ...