Skip to content

Commit be76ab8

Browse files
authoredOct 28, 2024··
docs: update references to renovate/renovate (#32166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0fb1de commit be76ab8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎docs/usage/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
478478
For example:
479479

480480
```Dockerfile
481-
FROM renovate/renovate:38.128.6
481+
FROM renovate/renovate:38.132.3
482482
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
483483
# under "Installation" for "Debian/Ubuntu"
484484
RUN ...

‎docs/usage/examples/self-hosting.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
2525
```sh title="Example of valid tags"
2626
docker run --rm renovate/renovate
2727
docker run --rm renovate/renovate:38
28-
docker run --rm renovate/renovate:38.128
29-
docker run --rm renovate/renovate:38.128.6
28+
docker run --rm renovate/renovate:38.132
29+
docker run --rm renovate/renovate:38.132.3
3030
```
3131

3232
<!-- prettier-ignore -->
@@ -62,7 +62,7 @@ spec:
6262
- name: renovate
6363
# Update this to the latest available and then enable Renovate on
6464
# the manifest
65-
image: renovate/renovate:38.128.6
65+
image: renovate/renovate:38.132.3
6666
args:
6767
- user/repo
6868
# Environment Variables
@@ -121,7 +121,7 @@ spec:
121121
template:
122122
spec:
123123
containers:
124-
- image: renovate/renovate:38.128.6
124+
- image: renovate/renovate:38.132.3
125125
name: renovate-bot
126126
env: # For illustration purposes, please use secrets.
127127
- name: RENOVATE_PLATFORM
@@ -367,7 +367,7 @@ spec:
367367
containers:
368368
- name: renovate
369369
# Update this to the latest available and then enable Renovate on the manifest
370-
image: renovate/renovate:38.128.6
370+
image: renovate/renovate:38.132.3
371371
volumeMounts:
372372
- name: ssh-key-volume
373373
readOnly: true

0 commit comments

Comments
 (0)
Please sign in to comment.