We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046d6f7 commit e668c28Copy full SHA for e668c28
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 = '32.151.2-slim';
+ readonly tag = '32.152.0-slim';
5
readonly tagSuffix = '-slim';
6
7
image(): string {
0 commit comments