Skip to content

Commit

Permalink
docs: update references to renovate/renovate to v24.67.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2021
1 parent f3318fa commit 89f4050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These are configuration examples for running a self-hosted Renovate on bitbucket

### bitbucket-pipelines.yml
```yml
image: renovate/renovate:24.32.0-slim
image: renovate/renovate:24.67.5-slim

definitions:
caches:
Expand Down
4 changes: 2 additions & 2 deletions docs/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:24.32.0-slim@sha256:be15375cf54ed9160a8a22b8a0dc873973d7b0b00ad0be9d12dd54497cde2dec
image: renovate/renovate:24.67.5-slim@sha256:3250eab9a7efb8430d3a0f06995479258f4a7fe13886fd3d9de7cf2a33627297

variables:
LOG_LEVEL: debug
Expand Down Expand Up @@ -119,7 +119,7 @@ This sample uses the `docker-in-docker` gitlab runner.

### Gitlab pipeline
```yml
image: renovate/renovate:24.32.0-slim@sha256:be15375cf54ed9160a8a22b8a0dc873973d7b0b00ad0be9d12dd54497cde2dec
image: renovate/renovate:24.67.5-slim@sha256:3250eab9a7efb8430d3a0f06995479258f4a7fe13886fd3d9de7cf2a33627297

variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down

0 comments on commit 89f4050

Please sign in to comment.