From 946a8e0e6238e51a8bb836d490d09d05fc4db5c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:55:45 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v32.32.2 (#15335) 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 af69b11efe..da2834e4c6 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -250,7 +250,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.17.1 +FROM renovate/renovate:32.32.2 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... -- GitLab