The current Dockerfile uses php:7.3.5-apache as the base image. PHP 7.3 reached end of security support on 2021-12-06, so it no longer receives official security fixes.
Would you consider updating the Docker base image to a currently supported PHP version? If helpful, I can prepare a small pull request with minimal changes and include the result of running docker compose up --build.
The current Dockerfile uses
php:7.3.5-apacheas the base image. PHP 7.3 reached end of security support on 2021-12-06, so it no longer receives official security fixes.Would you consider updating the Docker base image to a currently supported PHP version? If helpful, I can prepare a small pull request with minimal changes and include the result of running
docker compose up --build.