From 1cd267a05ca989e06e7f6b4dc9581ce6f4b54d6c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 13 Sep 2020 10:52:09 +0200 Subject: [PATCH] Back to the slim image --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7addba1..6a234d9 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: renovate: - image: "renovate/renovate:23.20.6" + image: "renovate/renovate:slim" configs: - source: config_js target: /usr/src/app/config.js