fix(deps): update renovate/renovate docker tag to v34.117.1

This commit is contained in:
renovate[bot] 2023-01-30 22:10:32 +00:00 committed by GitHub
parent 39cb78054c
commit d29dda575a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import type { Input } from './input';
class Docker { class Docker {
readonly repository = 'renovate/renovate'; readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker // renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '34.116.1-slim'; readonly tag = '34.117.1-slim';
readonly tagSuffix = '-slim'; readonly tagSuffix = '-slim';
readonly fullTag: string; readonly fullTag: string;