We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308eda5 + de16354 commit 884455eCopy full SHA for 884455e
layers/fpm-dev/Dockerfile
@@ -10,7 +10,7 @@ ARG PHP_VERSION
10
RUN mkdir -p /opt/bref/extensions
11
12
# Install xdebug
13
-RUN pecl install xdebug-3.4.1
+RUN pecl install xdebug-3.4.2
14
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
15
16
# Install Blackfire
0 commit comments