-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php:8.0-alpine is released #69
Comments
The DockerFile for PHP8 is now using the latest alpine image. Thanks for that. 👍 It's still missing the |
Hi, I saw that there is a way to get PHP8 with imagick working in a docker container. Unfortunately imagick is still officially not supported, but this seems to work:
I don't know if creating a new branch with PHP8 and an Imagick RC would be an idea? |
Hi there 👋 A few days ago an official RC was released for imagick so I don't think we have long to wait now for official PHP8 support. 🙂 |
php:8.0-alpine is released and this package is still using RC version.
RC version has problem with composer array_merge function.
The text was updated successfully, but these errors were encountered: