Skip to content

Commit d964be3

Browse files
docs: update references to renovate/renovate (main) (renovatebot#41938)
docs: update references to renovate/renovate | datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | docker | renovate/renovate | 43.59.4 | 43.76.2 | | docker | renovate/renovate | 43.59 | 43.76 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 426261e commit d964be3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/usage/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
496496
For example:
497497

498498
```Dockerfile
499-
FROM renovate/renovate:43.59.4
499+
FROM renovate/renovate:43.76.2
500500
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
501501
# under "Installation" for "Debian/Ubuntu"
502502
RUN ...

docs/usage/examples/self-hosting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
3636
```sh title="Example of valid tags"
3737
docker run --rm renovate/renovate
3838
docker run --rm renovate/renovate:43
39-
docker run --rm renovate/renovate:43.59
40-
docker run --rm renovate/renovate:43.59.4
39+
docker run --rm renovate/renovate:43.76
40+
docker run --rm renovate/renovate:43.76.2
4141
```
4242

4343
<!-- prettier-ignore -->
@@ -73,7 +73,7 @@ spec:
7373
- name: renovate
7474
# Update this to the latest available and then enable Renovate on
7575
# the manifest
76-
image: renovate/renovate:43.59.4
76+
image: renovate/renovate:43.76.2
7777
args:
7878
- user/repo
7979
# Environment Variables
@@ -132,7 +132,7 @@ spec:
132132
template:
133133
spec:
134134
containers:
135-
- image: renovate/renovate:43.59.4
135+
- image: renovate/renovate:43.76.2
136136
name: renovate-bot
137137
env: # For illustration purposes, please use secrets.
138138
- name: RENOVATE_PLATFORM
@@ -378,7 +378,7 @@ spec:
378378
containers:
379379
- name: renovate
380380
# Update this to the latest available and then enable Renovate on the manifest
381-
image: renovate/renovate:43.59.4
381+
image: renovate/renovate:43.76.2
382382
volumeMounts:
383383
- name: ssh-key-volume
384384
readOnly: true

0 commit comments

Comments
 (0)