Merge branch 'master' into feat/slim-image

This commit is contained in:
Jeroen de Bruijn 2020-05-07 21:03:27 +02:00 committed by GitHub
commit bea74e52bd
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.9-slim';
readonly tag = '19.231.11-slim';
image(): string {
return `${this.repository}:${this.tag}`;