fix(deps): update renovate/renovate docker tag to v23.44.3 (#307)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-10-09 12:00:58 +00:00 committed by GitHub
parent c327e23fa9
commit 0f24e2f962
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 = '23.44.2-slim';
readonly tag = '23.44.3-slim';
readonly tagSuffix = '-slim';
image(): string {