Merge branch 'master' into feat/slim-image

This commit is contained in:
Michael Kriese 2020-05-08 06:42:24 +02:00 committed by GitHub
commit 5687e5565c
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 = '19.231.11-slim';
readonly tag = '19.231.12-slim';
image(): string {
return `${this.repository}:${this.tag}`;