We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec17a65 commit 36fb43dCopy full SHA for 36fb43d
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.3-fpm
+FROM php:8.4-fpm
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
apt-utils build-essential curl zip zlib1g-dev libssl-dev unzip \
@@ -18,7 +18,7 @@ RUN pecl install grpc \
18
&& docker-php-ext-enable grpc
19
RUN pecl install protobuf \
20
&& docker-php-ext-enable protobuf
21
-RUN pecl install xdebug \
+RUN pecl install xdebug-3.4.0beta1 \
22
&& docker-php-ext-enable xdebug
23
24
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
0 commit comments