From c8cc257fceb2194b4185d582cecd81c0f4a0ba79 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 22 Dec 2020 09:50:28 +0100
Subject: [PATCH] chore(deps): update renovate/renovate docker tag (#8114)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
---
 docs/usage/self-hosting.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md
index 3f2135716c..6be74f882b 100644
--- a/docs/usage/self-hosting.md
+++ b/docs/usage/self-hosting.md
@@ -24,9 +24,9 @@ All the following are valid:
 
 ```sh
 $ docker run --rm renovate/renovate
-$ docker run --rm renovate/renovate:19.181.2
-$ docker run --rm renovate/renovate:19.181
-$ docker run --rm renovate/renovate:19
+$ docker run --rm renovate/renovate:24.10.1
+$ docker run --rm renovate/renovate:24.10
+$ docker run --rm renovate/renovate:24
 ```
 
 (Please look up what the latest actual tags are though, do not use the above literally).
@@ -60,7 +60,7 @@ spec:
             - name: renovate
               # Update this to the latest available and then enable Renovate on
               # the manifest
-              image: renovate/renovate:23.19.2
+              image: renovate/renovate:24.10.1
               args:
                 - user/repo
               # Environment Variables
@@ -117,7 +117,7 @@ spec:
       template:
         spec:
           containers:
-            - image: renovate/renovate:23.22.1
+            - image: renovate/renovate:24.10.1
               name: renovate-bot
               env: # For illustration purposes, please use secrets.
                 - name: RENOVATE_PLATFORM
@@ -398,7 +398,7 @@ spec:
           containers:
             - name: renovate
               # Update this to the latest available and then enable Renovate on the manifest
-              image: renovate/renovate:23.19.2
+              image: renovate/renovate:24.10.1
               volumeMounts:
                 - name: ssh-key-volume
                   readOnly: true
-- 
GitLab