mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
feat: use slim image (#61)
- mount docker.sock and /tmp to renovate - use slim image Co-authored-by: Jeroen de Bruijn <vidavidorra+jdbruijn@gmail.com> Co-authored-by: Jeroen de Bruijn <62570005+jdbruijn@users.noreply.github.com>
This commit is contained in:
parent
ea9e7f263f
commit
9b8645713e
2 changed files with 27 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class Docker {
|
||||
readonly repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
readonly tag = '19.231.12';
|
||||
readonly tag = '19.231.12-slim';
|
||||
|
||||
image(): string {
|
||||
return `${this.repository}:${this.tag}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue