diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 142d979f5061dc97ce741a492e619597a6f9522a..f29f8fc95faa062098ca864740bc26ad38e47d13 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -227,7 +227,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:25.56.5 +FROM renovate/renovate:25.58.0 # Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install # under "Installation" for "Debian/Ubuntu" RUN ... diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 628f59f09ff92a1b7c04f2e4458b46992361516e..b5515d49836e878f5d33e61c2ba66b9bd42d2816 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:25.56.5 -docker run --rm renovate/renovate:25.56 +docker run --rm renovate/renovate:25.58.0 +docker run --rm renovate/renovate:25.58 docker run --rm renovate/renovate:25 ``` @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:25.56.5 + image: renovate/renovate:25.58.0 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:25.56.5 + - image: renovate/renovate:25.58.0 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -463,7 +463,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:25.56.5 + image: renovate/renovate:25.58.0 volumeMounts: - name: ssh-key-volume readOnly: true