From c5ba3ec85e31d5a3e3001775c6ec0dbd16d3ca80 Mon Sep 17 00:00:00 2001 From: Ruben Halman Date: Sat, 11 Oct 2025 06:52:02 +0200 Subject: [PATCH] bump version --- copado/images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copado/images/Dockerfile b/copado/images/Dockerfile index 2ec6980..4c816fa 100644 --- a/copado/images/Dockerfile +++ b/copado/images/Dockerfile @@ -23,7 +23,7 @@ RUN usermod -l func heroku && \ USER func:func -RUN echo y | sf plugins install lightning-flow-scanner@v3.29.0 && \ +RUN echo y | sf plugins install lightning-flow-scanner@v5.7.1 && \ echo y | sf plugins install sfdx-git-delta@v6.16.0 ENV SFDX_DISABLE_AUTOUPDATE=true \