diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 6bfa5a0a52b0d2fdfdb990d6c41bd1e788b9b0cd..34d3cff859767dd8364b6584d4e5db4e8731b3e3 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the For example: ```Dockerfile -FROM renovate/renovate:39.42.4 +FROM renovate/renovate:39.57.4 # 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/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index 29fd3b6fa73f871b093380962d636492e1125d69..a13695bfba048a23f91ea6e9c2061deeeab69afd 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published ```sh title="Example of valid tags" docker run --rm renovate/renovate docker run --rm renovate/renovate:39 -docker run --rm renovate/renovate:39.42 -docker run --rm renovate/renovate:39.42.4 +docker run --rm renovate/renovate:39.57 +docker run --rm renovate/renovate:39.57.4 ``` <!-- prettier-ignore --> @@ -62,7 +62,7 @@ spec: - name: renovate # Update this to the latest available and then enable Renovate on # the manifest - image: renovate/renovate:39.42.4 + image: renovate/renovate:39.57.4 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:39.42.4 + - image: renovate/renovate:39.57.4 name: renovate-bot env: # For illustration purposes, please use secrets. - name: RENOVATE_PLATFORM @@ -367,7 +367,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:39.42.4 + image: renovate/renovate:39.57.4 volumeMounts: - name: ssh-key-volume readOnly: true