Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion copado/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

ENV SFDX_DISABLE_AUTOUPDATE=true \
Expand Down