Skip to content

Commit 9313b34

Browse files
committed
1 parent d071c5e commit 9313b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile-fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN printf "\n" | pecl install \
7272
RUN cd /tmp && \
7373
git clone git://github.com/xdebug/xdebug.git && \
7474
cd xdebug && \
75-
git checkout tags/2.7.0beta1 && \
75+
git checkout tags/2.8.0 && \
7676
phpize && \
7777
./configure --enable-xdebug && \
7878
make && \

0 commit comments

Comments
 (0)