PECL extensions should be pinned to specific versions in Dockerfiles, just like Composer packages. Without version pinning, automatic updates to major versions can break builds when they conflict with composer.json constraints. The solution is to specify exact versions when installing PECL extensions (e.g., redis-5.3.7) to

1 Comment

Sort: