We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e82d4 commit b47ccd2Copy full SHA for b47ccd2
layers/fpm-dev/Dockerfile
@@ -10,7 +10,7 @@ ARG PHP_VERSION
10
RUN mkdir -p /opt/bref/extensions
11
12
# Install xdebug
13
-run if [[ $PHP_VERSION != "84" ]]; then pecl install xdebug-3.3.2; else pecl install xdebug-3.4.0beta1; fi
+RUN pecl install xdebug-3.4.0
14
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
15
16
# Install Blackfire
0 commit comments