fix(升级扩展): 升级扩展
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2021-10-18 13:50:25 +08:00
parent 2dc7c9ee9d
commit 32bb880f63

View File

@ -8,7 +8,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
RUN pecl install redis-5.3.4 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.0.4 \
RUN pecl install xdebug-3.1.1 \
&& docker-php-ext-enable xdebug
RUN pecl install runkit7-4.0.0a3 \