From 546012f81d675d102d8c8a6a73d81461cf52d687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 00:32:34 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v32.64.2 (#15681) 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 896f51f5c4..c6b0c10e91 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -268,7 +268,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:32.45.5 +FROM renovate/renovate:32.64.2 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... -- GitLab