Compare commits

...

6 Commits

Author SHA1 Message Date
ec68377044 feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-08 19:33:08 +08:00
5694906c24 feat(升级版本): 升级版本
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-21 22:30:16 +08:00
89a7135230 feat(更新扩展): 更新扩展
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-22 23:35:48 +08:00
5cc08d5bc7 feat(更新版本): 更新版本
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-14 10:54:16 +08:00
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
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
--- ---
kind: pipeline kind: pipeline
type: docker
name: default name: default
node: node:
region: cn region: cn

View File

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