Browse Source

Force XDebug to use v2

Jonathon Page 4 years ago
parent
commit
f754717f44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-fpm/Dockerfile

+ 1 - 1
php-fpm/Dockerfile

@@ -193,7 +193,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
     if [ $(php -r "echo PHP_MINOR_VERSION;") = "0" ]; then \
       pecl install xdebug-2.9.0; \
     else \
-      pecl install xdebug; \
+      pecl install xdebug-2.9.8; \
     fi \
   fi && \
   docker-php-ext-enable xdebug \