diff --git a/docs/bitbucket.md b/docs/bitbucket.md index 273ee7a99..44ae434ba 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.153.2 +image: renovate/renovate:37.172.2 definitions: caches: diff --git a/docs/gitlab.md b/docs/gitlab.md index 09b7a8d4f..557060e6d 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.153.2 +image: renovate/renovate:37.172.2 variables: LOG_LEVEL: debug diff --git a/docs/jenkins.md b/docs/jenkins.md index 9d0ab8ee7..03dd7e806 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.153.2' + image 'renovate/renovate:37.172.2' args '-v /tmp:/tmp --group-add 0' } }