This commit is contained in:
hailin 2025-07-28 13:58:45 +08:00
parent b57b714db7
commit 26157713a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 使用官方 PHP 镜像,带扩展
FROM php:8.1.10-fpm
FROM php:8.0.30-fpm
# 安装系统依赖和 PHP 扩展所需的库
RUN apt-get update && apt-get install -y \