fix(deps): update renovate/renovate docker tag to v19.233.4

This commit is contained in:
Renovate Bot 2020-05-09 09:00:19 +00:00
parent d9bdbcb394
commit 3fbc6686c7
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '19.233.2-slim';
readonly tag = '19.233.4-slim';
image(): string {
return `${this.repository}:${this.tag}`;