Skip to content

Commit 36fb43d

Browse files
committed
Upgrade to PHP 8.4
1 parent ec17a65 commit 36fb43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3-fpm
1+
FROM php:8.4-fpm
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
apt-utils build-essential curl zip zlib1g-dev libssl-dev unzip \
@@ -18,7 +18,7 @@ RUN pecl install grpc \
1818
&& docker-php-ext-enable grpc
1919
RUN pecl install protobuf \
2020
&& docker-php-ext-enable protobuf
21-
RUN pecl install xdebug \
21+
RUN pecl install xdebug-3.4.0beta1 \
2222
&& docker-php-ext-enable xdebug
2323

2424
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

0 commit comments

Comments
 (0)