Compare commits

..

No commits in common. "8a03d32faf6f586292e129109484cbd16e4752a2" and "53e524a529e2dd2c1d8f78a654f7faa026f47e53" have entirely different histories.

@ -1,14 +1,14 @@
# 基础镜像
FROM php:8.3.3-fpm
FROM php:8.2.15-fpm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
# 安装扩展
RUN pecl install redis-6.0.2 \
RUN pecl install redis-6.0.0 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.3.1 \
RUN pecl install xdebug-3.3.0alpha2 \
&& docker-php-ext-enable xdebug
RUN pecl install runkit7-4.0.0a6 \