Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31c1996

Browse files
fix(deps): update renovate/renovate docker tag to v24.11.5 (renovatebot#475)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0fed4ff commit 31c1996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Docker {
22
readonly repository = 'renovate/renovate';
33
// renovate: datasource=docker depName=renovate/renovate versioning=docker
4-
readonly tag = '24.11.4-slim';
4+
readonly tag = '24.11.5-slim';
55
readonly tagSuffix = '-slim';
66

77
image(): string {

0 commit comments

Comments
 (0)