diff --git a/docs/bitbucket.md b/docs/bitbucket.md index 61b5cdc61..273ee7a99 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:37.141.0 +image: renovate/renovate:37.153.2 definitions: caches: diff --git a/docs/gitlab.md b/docs/gitlab.md index b0dae4c4e..09b7a8d4f 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:37.141.0 +image: renovate/renovate:37.153.2 variables: LOG_LEVEL: debug diff --git a/docs/jenkins.md b/docs/jenkins.md index 751babf4a..9d0ab8ee7 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:37.141.0' + image 'renovate/renovate:37.153.2' args '-v /tmp:/tmp --group-add 0' } }