lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 312 forks source link

Update to latest PHP8.1 #120

Closed Muffinman closed 1 year ago

Muffinman commented 1 year ago

Hi,

We're seeing quite a few segfaults in our CI jobs at the moment using this image. It seems to happen when we run our Laravel migrations.

If we run them prefixed with XDEBUG_MODE=off e.g. XDEBUG_MODE=off php artisan migrate:fresh then it works as expected.

It would be nice if the docker image could be updated with PHP 8.1.10 rather than the 8.1.7, as it seems quite a few segfaults were fixed in recent minor releases.

lorisleiva commented 1 year ago

Thanks for raising this. I've done an update of all builds in Docker Hub. It will take a while to build but should be ready in an hour or so. Let me know after that if the image was updated properly on your side. 🙏

Muffinman commented 1 year ago

Thanks! Will give it a go.

lorisleiva commented 1 year ago

Closing due to inactivity. Feel free to ping me again if you need the images to be rebuilt.