File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.3 -fpm
1+ FROM php:8.4 -fpm
22
33RUN apt-get update
44RUN apt-get --yes --no-install-recommends install \
@@ -34,7 +34,7 @@ RUN docker-php-ext-install -j$(nproc) \
3434COPY build/php/opcache.ini /usr/local/etc/php/conf.d/
3535COPY build/php/custom.ini /usr/local/etc/php/conf.d/
3636
37- RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
37+ RUN pecl install xdebug-3.4.0 && docker-php-ext-enable xdebug
3838
3939RUN php --version
4040
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 # Specify where the Dockerfile is located (e.g. in the root directory of the project)
99 context : .docker
1010 # Specify the name of the Dockerfile for changing the PHP version
11- dockerfile : PHP83 -Dockerfile
11+ dockerfile : PHP84 -Dockerfile
1212 # Modifiy Ports for every project: <outside>:<inside>
1313 ports :
1414 - 8200:80
You can’t perform that action at this time.
0 commit comments