File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
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 11# SPDX-FileCopyrightText: 2015-2023 Artur Weigandt https://wlabs.de/kontakt
22# SPDX-License-Identifier: GPL-3.0-or-later
33
4- version : " 3.7"
5-
64services :
75 php :
86 # Info to build the Docker image
97 build :
108 # Specify where the Dockerfile is located (e.g. in the root directory of the project)
119 context : .docker
1210 # Specify the name of the Dockerfile for changing the PHP version
13- dockerfile : PHP83 -Dockerfile
11+ dockerfile : PHP84 -Dockerfile
1412 # Modifiy Ports for every project: <outside>:<inside>
1513 ports :
1614 - 8200:80
You can’t perform that action at this time.
0 commit comments