Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ jobs:
- run: df -h

- name: docker-config
uses: containerbase/internal-tools@325607cd4ad76c6357125974534a1390823d6215 # v4.5.6
uses: containerbase/internal-tools@9e2c008ec1b3662cb83d8ccdf68b2f0168c7f5d9 # v4.5.9
with:
command: docker-config

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Make sure to install the Google Cloud SDK into the custom image, as you need the
For example:

```Dockerfile
FROM renovate/renovate:43.76.2
FROM renovate/renovate:43.99.1
# Include the "Docker tip" which you can find here https://cloud.google.com/sdk/docs/install
# under "Installation" for "Debian/Ubuntu"
RUN ...
Expand Down
10 changes: 5 additions & 5 deletions docs/usage/examples/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ It builds `latest` based on the `main` branch and all SemVer tags are published
```sh title="Example of valid tags"
docker run --rm renovate/renovate
docker run --rm renovate/renovate:43
docker run --rm renovate/renovate:43.76
docker run --rm renovate/renovate:43.76.2
docker run --rm renovate/renovate:43.99
docker run --rm renovate/renovate:43.99.1
```

<!-- prettier-ignore -->
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
- name: renovate
# Update this to the latest available and then enable Renovate on
# the manifest
image: renovate/renovate:43.76.2
image: renovate/renovate:43.99.1
args:
- user/repo
# Environment Variables
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
template:
spec:
containers:
- image: renovate/renovate:43.76.2
- image: renovate/renovate:43.99.1
name: renovate-bot
env: # For illustration purposes, please use secrets.
- name: RENOVATE_PLATFORM
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:43.76.2
image: renovate/renovate:43.99.1
volumeMounts:
- name: ssh-key-volume
readOnly: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@commander-js/extra-typings": "14.0.0",
"@containerbase/istanbul-reports-html": "1.1.37",
"@containerbase/semantic-release-pnpm": "1.3.27",
"@containerbase/istanbul-reports-html": "1.1.38",
"@containerbase/semantic-release-pnpm": "1.3.28",
"@eslint/js": "9.39.4",
"@hyrious/marshal": "0.3.3",
"@ls-lint/ls-lint": "2.3.1",
Expand Down
14 changes: 7 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading