Compare commits

...

2 Commits

Author SHA1 Message Date
8a03d32faf feat(更新组件): 更新组件
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-14 12:41:26 +08:00
a732b4957a feat(升级版本): 升级版本 2024-03-14 12:40:18 +08:00

View File

@ -1,14 +1,14 @@
# 基础镜像
FROM php:8.2.15-fpm
FROM php:8.3.3-fpm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
# 安装扩展
RUN pecl install redis-6.0.0 \
RUN pecl install redis-6.0.2 \
&& docker-php-ext-enable redis
RUN pecl install xdebug-3.3.0alpha2 \
RUN pecl install xdebug-3.3.1 \
&& docker-php-ext-enable xdebug
RUN pecl install runkit7-4.0.0a6 \