feat(更新镜像): 更新镜像
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-23 14:49:32 +08:00
parent ec68377044
commit 0c9f78d523

View File

@ -1,14 +1,14 @@
# 基础镜像
FROM php:8.3.12-fpm
FROM php:8.3.21-fpm
# 作者信息
LABEL authors="xiaoqidun"
# 安装扩展
RUN pecl install redis-6.1.0RC1 \
RUN pecl install redis-6.2.0 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.3.2 \
RUN pecl install xdebug-3.4.3 \
&& docker-php-ext-enable xdebug
RUN pecl install runkit7-4.0.0a6 \