feat(构建迁移): 迁移构建脚本

This commit is contained in:
2025-11-27 11:36:22 +08:00
parent 0c9f78d523
commit fceeb47604
3 changed files with 38 additions and 31 deletions

View File

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