Skip to content

Commit 102e1f7

Browse files
committed
Added --abandoned=ignore option to composer audit command
1 parent 06e744c commit 102e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN rm -rf /app/var \
5959
&& mkdir -p /app/var \
6060
&& rm -rf /app/public/check.php \
6161
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
62-
&& php /usr/bin/composer audit
62+
&& php /usr/bin/composer audit --abandoned=ignore
6363

6464
EXPOSE 9000
6565

0 commit comments

Comments
 (0)