Skip to content

Commit 89c904f

Browse files
authored
Checkout specific xdebug version
1 parent 35378a8 commit 89c904f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-images/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN buildDeps=" \
2323
zip \
2424
&& apt-get update -qy && apt-get install -qy git-core \
2525
&& cd /tmp/ && git clone https://github.com/xdebug/xdebug.git \
26-
&& cd xdebug && phpize && ./configure --enable-xdebug && make \
26+
&& cd xdebug && git checkout tags/XDEBUG_2_4_1 && phpize && ./configure --enable-xdebug && make \
2727
&& mkdir /usr/lib/php5/ && cp modules/xdebug.so /usr/lib/php5/xdebug.so \
2828
&& touch /usr/local/etc/php/ext-xdebug.ini \
2929
&& rm -r /tmp/xdebug && apt-get purge -y git-core \

0 commit comments

Comments
 (0)