Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fed4ff commit 31c1996Copy full SHA for 31c1996
src/docker.ts
@@ -1,7 +1,7 @@
1
class Docker {
2
readonly repository = 'renovate/renovate';
3
// renovate: datasource=docker depName=renovate/renovate versioning=docker
4
- readonly tag = '24.11.4-slim';
+ readonly tag = '24.11.5-slim';
5
readonly tagSuffix = '-slim';
6
7
image(): string {
0 commit comments