diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 8c09f106f5d0e1e1957a3cb79739cea1d8aea23e..208086d2da87f04a51b779e7bf0533fad7233c85 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:38.101.1 +FROM renovate/renovate:38.110.2 # 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 87c4e8b797f26fa837f5b900a6a70f8d14976cb5..13738a9c6af55754a89b825a84c0df44d08d9ab0 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:38 -docker run --rm renovate/renovate:38.101 -docker run --rm renovate/renovate:38.101.1 +docker run --rm renovate/renovate:38.110 +docker run --rm renovate/renovate:38.110.2 ``` <!-- 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:38.101.1 + image: renovate/renovate:38.110.2 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:38.101.1 + - image: renovate/renovate:38.110.2 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:38.101.1 + image: renovate/renovate:38.110.2 volumeMounts: - name: ssh-key-volume readOnly: true