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