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:
@@ -1,4 +1,4 @@
|
||||
FROM php:8.4-fpm-alpine
|
||||
FROM thecodingmachine/php:8.4-v4-fpm-alpine
|
||||
|
||||
WORKDIR /var/www
|
||||
|
||||
|
||||
Reference in New Issue
Block a user