PHP 8.1 has reached the end of it's 'active support'.
After cloning afresh, and running with Docker, the message pops up that PHP 8.2 is required, and the specified version in the dockerfile is 8.1.
I updated the version manually in the Dockerfile to 8.2 and no big issues popped up, but have not done any further digging!
Would be good to know if you are planning to update this, as a clone & docker deploy now does not work.
PHP 8.1 has reached the end of it's 'active support'.
After cloning afresh, and running with Docker, the message pops up that PHP 8.2 is required, and the specified version in the dockerfile is 8.1.
I updated the version manually in the Dockerfile to 8.2 and no big issues popped up, but have not done any further digging! Would be good to know if you are planning to update this, as a clone & docker deploy now does not work.
Thanks!