diff --git a/docs/bitbucket.md b/docs/bitbucket.md index c7488c983..5897127b0 100644 --- a/docs/bitbucket.md +++ b/docs/bitbucket.md @@ -4,7 +4,7 @@ These are configuration examples for running a self-hosted Renovate on bitbucket ### bitbucket-pipelines.yml ```yml -image: renovate/renovate:25.58.0-slim +image: renovate/renovate:26.15.1-slim definitions: caches: diff --git a/docs/gitlab.md b/docs/gitlab.md index ed94c8987..f88740a68 100644 --- a/docs/gitlab.md +++ b/docs/gitlab.md @@ -53,7 +53,7 @@ Renovate will map `baseDir` to the docker side container running tools like `pyt The following pipeline runs renovate normally on master branch and for self-update it runs in [`dryRun`](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) mode. ```yml -image: renovate/renovate:25.58.0-slim@sha256:dbbcf2f14808c8b74b6dce93b871e065274e9b6b4655c5dbe39e08071bff735f +image: renovate/renovate:26.15.1-slim@sha256:3580307d62081a2ac1e0a65ad34edde37c2f85f7bd648f9d9afa9870316bcb7d variables: LOG_LEVEL: debug @@ -119,7 +119,7 @@ This sample uses the `docker-in-docker` gitlab runner. ### Gitlab pipeline ```yml -image: renovate/renovate:25.58.0-slim@sha256:dbbcf2f14808c8b74b6dce93b871e065274e9b6b4655c5dbe39e08071bff735f +image: renovate/renovate:26.15.1-slim@sha256:3580307d62081a2ac1e0a65ad34edde37c2f85f7bd648f9d9afa9870316bcb7d variables: RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate