feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2024-09-21 22:30:16 +08:00
parent 89a7135230
commit 5694906c24

@ -1,11 +1,11 @@
# 基础镜像
FROM php:8.3.8-fpm
FROM php:8.3.11-fpm
# 作者信息
LABEL authors="xiaoqidun"
# 安装扩展
RUN pecl install redis-6.0.2 \
RUN pecl install redis-6.1.0RC1 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.3.2 \