ci-php:8.2.14, composer 2.6.6, php memory_limit 128M parametrised
PHP 8.2.14, composer 2.6.6, PHP memory_limit can be specified, by setting the PHP_MEMORY_LIMIT
env variable.
docker pull ghcr.io/morpht/ci-php:8.2.14-memory
What's Changed
We can now specify PHP memory_limit (128M is still the default).
Example of setting memory_limit to 256M:
docker run --rm -ti --env PHP_MEMORY_LIMIT=256M ghcr.io/morpht/ci-php:8.2.14-memory php -i | grep memory_limit
memory_limit => 256M => 256M
Full Changelog: 8.2.14...8.2.14-memory