diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 78320fdf312ba4a3955f28bfc7b6ea156b6a1f9e..1f9671349340a2cca9930bd096ab7fc0a7db43e0 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.32.0 -$ docker run --rm renovate/renovate:24.32 +$ docker run --rm renovate/renovate:24.42.1 +$ docker run --rm renovate/renovate:24.42 $ 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.32.0 + image: renovate/renovate:24.42.1 args: - user/repo # Environment Variables @@ -118,7 +118,7 @@ spec: template: spec: containers: - - image: renovate/renovate:24.32.0 + - image: renovate/renovate:24.42.1 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.32.0 + image: renovate/renovate:24.42.1 volumeMounts: - name: ssh-key-volume readOnly: true