🐳 Where to find these images
You can find them on DockerHub tagged with v3.4.0-beta1.
docker pull serverideup/php:${Your-Variation}-v3.4.0-beta1
🤩 New Features
- S6 no longer runs as an ENTRYPOINT, simplifying use cases with running custom commands (#437)
- Create an "artisan" command that passes it to PHP (#443)
- Add native health checks for Laravel services (#447)
🐛 Bug fixes
- FPM-NGINX: Fix gateway timeout with when PHP_MAX_EXECUTION_TIME is set (#424)
- NGINX Unit will not start if the welcome message is disabled (#410)
- NGINX Unit healthchecks no longer appear in the logs (#448)
🔐 Security Improvements
- Disable
x-powered-byheader (#439)
⏫ Dependency Updates
🤓 Development improvements
- Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)