build: switch to thecodingmachine PHP image for enhanced features

The base image is changed from the official php:8.4-fpm-alpine to thecodingmachine/php:8.4-v4-fpm-alpine to leverage additional pre-installed extensions, configurations, and utilities provided by the TheCodingMachine Docker images, which simplifies the setup for common PHP development and production environments.
This commit is contained in:
Jp
2026-02-26 13:31:46 +08:00
parent 49226f8aa1
commit 8c414e7e70

View File

@@ -1,4 +1,4 @@
FROM php:8.4-fpm-alpine
FROM thecodingmachine/php:8.4-v4-fpm-alpine
WORKDIR /var/www