fix(deps): update renovate/renovate docker tag to v32.241.10

This commit is contained in:
renovate[bot] 2022-10-22 17:33:47 +00:00 committed by GitHub
parent aa59d7bf57
commit cd07fcf68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '32.241.9-slim';
readonly tag = '32.241.10-slim';
readonly tagSuffix = '-slim';
image(): string {