fix(deps): update renovate/renovate docker tag to v23.0.2 (#215)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-26 07:57:26 +02:00 committed by GitHub
parent 24157ec7ab
commit e343e799cb
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.0.1-slim';
readonly tag = '23.0.2-slim';
readonly tagSuffix = '-slim';
image(): string {