Closed ezawadzki closed 2 years ago
Craft CMS 4 does not require PHP 8.1 -- it requires PHP 8.0.2 or later, which these Docker images support. I'm using them with Craft 4 right now.
I will come out with PHP 8.1 Docker images soon too, however.
Ah sorry ! I confused with minimum spec. So cool ! Thanks for quick answer.
Hi,
Craft Beta 4 has been released. php 8.1 is a requirements for installation.
Do you plan to create the docker image php-base-prod/php-8.1-alpine ?
I tried to change the base image and use :
FROM php:8.1-fpm-alpine3.14
orFROM php:8.1-fpm-alpine3.15
In the aim to suggest a pull request. But got always this issue :
I tried to pine gnu-libconv as suggested here. Got the same issue.
Cheers.
Emilie