diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 1cb2b5a59651ce903a77d0178a27a13f0ea62980..b8a01347ff3d1b0a0fe457cb19a9c076b5b20e39 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.59.2 +FROM renovate/renovate:38.72.1 # 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 c20b4d664558ac044a4478b9e84bdd47a7d84613..d30d2bbae79231c7d82bcd9e4a51e29aa80413b0 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.59 -docker run --rm renovate/renovate:38.59.2 +docker run --rm renovate/renovate:38.72 +docker run --rm renovate/renovate:38.72.1 ``` <!-- 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.59.2 + image: renovate/renovate:38.72.1 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:38.59.2 + - image: renovate/renovate:38.72.1 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.59.2 + image: renovate/renovate:38.72.1 volumeMounts: - name: ssh-key-volume readOnly: true