diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md
index 76218dd17c5e53f0fc91077c7a2ea997d84f1950..d4481c2b4a56b39d41f2a6c5fc09a47096f29494 100644
--- a/docs/usage/self-hosting.md
+++ b/docs/usage/self-hosting.md
@@ -25,8 +25,8 @@ For example, all the following are valid tags:
 
 ```sh
 $ docker run --rm renovate/renovate
-$ docker run --rm renovate/renovate:24.14.0
-$ docker run --rm renovate/renovate:24.14
+$ docker run --rm renovate/renovate:24.28.3
+$ docker run --rm renovate/renovate:24.28
 $ docker run --rm renovate/renovate:24
 ```
 
@@ -62,7 +62,7 @@ spec:
             - name: renovate
               # Update this to the latest available and then enable Renovate on
               # the manifest
-              image: renovate/renovate:24.14.0
+              image: renovate/renovate:24.28.3
               args:
                 - user/repo
               # Environment Variables
@@ -118,7 +118,7 @@ spec:
       template:
         spec:
           containers:
-            - image: renovate/renovate:24.14.0
+            - image: renovate/renovate:24.28.3
               name: renovate-bot
               env: # For illustration purposes, please use secrets.
                 - name: RENOVATE_PLATFORM
@@ -403,7 +403,7 @@ spec:
           containers:
             - name: renovate
               # Update this to the latest available and then enable Renovate on the manifest
-              image: renovate/renovate:24.14.0
+              image: renovate/renovate:24.28.3
               volumeMounts:
                 - name: ssh-key-volume
                   readOnly: true