This commit is contained in:
hailin 2025-07-28 13:28:11 +08:00
parent 9f63e1ec5c
commit b57b714db7
1 changed files with 1 additions and 1 deletions

View File

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