From 2d8d88d9afa977b310c0aca4a4f2e424db3767c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 00:42:57 +0000 Subject: [PATCH] docs: update references to renovate/renovate to v31.7.0 (#13199) Co-authored-by: Renovate Bot <bot@renovateapp.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 0feef3d999..f38f5fa499 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -229,7 +229,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:31.2.0 +FROM renovate/renovate:31.7.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... -- GitLab