Builder suddenly uses PHP 8.4.0RC1 instead of PHP 8.3 and composer fails

I looked at this a bit - it turns out the php-excimer package defines php8.4 as a dependency and thus installs it for you.

Use package php8.3-excimer instead in your Dockerfile, and that should fix it up.

3 Likes