#45 chore: use 7.3 stable images

This commit is contained in:
Paolo Cuffiani
2018-12-18 16:10:11 +01:00
parent 98bd644cfb
commit b3f5d3b237
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ FROM chialab/php:latest
LABEL maintainer="dev@chialab.io"
# Install XDebug.
RUN pecl install xdebug \
RUN pecl install xdebug-2.7.0beta1 \
&& echo "zend_extension=\"$(php-config --extension-dir)/xdebug.so\"" > $PHP_INI_DIR/conf.d/xdebug.ini