ERROR: Service 'supervisord' failed to build
salamichel opened this issue · 2 comments
salamichel commented
Hi nice work for this repo!
But i tried to make build but i got this issue on supervisord
Do i miss something ?
#32 24.37 [CVE-2021-21424]: https://symfony.com/cve-2021-21424
#32 24.37 [CVE-2021-21424]: https://symfony.com/cve-2021-21424
#32 24.37 [CVE-2021-21424]: https://symfony.com/cve-2021-21424
#32 24.37
#32 24.37 Note that this checker can only detect vulnerabilities that are referenced in the security advisories database.
#32 24.37 Execute this command regularly to check the newly discovered vulnerabilities.
#32 24.38 Script if which local-php-security-checker; then local-php-security-checker --update-cache && local-php-security-checker; fi handling the post-install-cmd event returned with error code 1
------
executor failed running [/bin/sh -c if [ "$BUILD_ARGUMENT_ENV" = "dev" ] || [ "$BUILD_ARGUMENT_ENV" = "test" ]; then COMPOSER_MEMORY_LIMIT=-1 composer install --optimize-autoloader --no-interaction --no-progress; else export APP_ENV=$BUILD_ARGUMENT_ENV && COMPOSER_MEMORY_LIMIT=-1 composer install --optimize-autoloader --no-interaction --no-progress --no-dev; fi]: exit code: 1
ERROR: Service 'supervisord' failed to build
make: *** [Makefile:28: build-test] Error 1
dimadeush commented
Hello
Security checker detected security vulnerabilities in some old components. Fixed and updated to the latest LTS version.
Please pull latest version of this repo and check.
salamichel commented
Thank you it's OK !