diff --git a/docs/bitbucket.md b/docs/bitbucket.md index d4b37d87a..899f94349 100644 --- a/docs/bitbucket.md +++ b/docs/bitbucket.md @@ -6,7 +6,7 @@ The pipeline should also work on shared runners. ## bitbucket-pipelines.yml ```yml -image: renovate/renovate:36.107.1 +image: renovate/renovate:37.2.0 definitions: caches: diff --git a/docs/gitlab.md b/docs/gitlab.md index 9cef7716a..854cb1554 100644 --- a/docs/gitlab.md +++ b/docs/gitlab.md @@ -21,7 +21,7 @@ This sample will configure the Renovate slim image. The following pipeline runs Renovate normally on `main` branch and for self-update it runs in [`dryRun`](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) mode. ```yml -image: renovate/renovate:36.107.1 +image: renovate/renovate:37.2.0 variables: LOG_LEVEL: debug diff --git a/docs/jenkins.md b/docs/jenkins.md index 79c307efe..1e1df4698 100644 --- a/docs/jenkins.md +++ b/docs/jenkins.md @@ -29,7 +29,7 @@ The following pipeline runs Renovate normally on the default branch (eg. `main` pipeline { agent { docker { - image 'renovate/renovate:36.107.1' + image 'renovate/renovate:37.2.0' args '-v /tmp:/tmp --group-add 0' } }