diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 0156b3f0b5daf6f41311aa21b4c2e5f6ffdeacdf..84fb5f1e95d6be489e5738ee42b6d089d67c4fe8 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -407,7 +407,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:38.25.0 +FROM renovate/renovate:38.39.6 # 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 cb08dfd4d52c50858bb88b67fab04ed24b1bc61e..f80d430243d455cb3209c3542e1ebf2e607387ad 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.25 -docker run --rm renovate/renovate:38.25.0 +docker run --rm renovate/renovate:38.39 +docker run --rm renovate/renovate:38.39.6 ``` <!-- 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.25.0 + image: renovate/renovate:38.39.6 args: - user/repo # Environment Variables @@ -121,7 +121,7 @@ spec: template: spec: containers: - - image: renovate/renovate:38.25.0 + - image: renovate/renovate:38.39.6 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.25.0 + image: renovate/renovate:38.39.6 volumeMounts: - name: ssh-key-volume readOnly: true