From 89a7135230d8478967fd2bf6cc5cc873a75703b4 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 22 Jun 2024 23:35:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E6=89=A9=E5=B1=95):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=A9=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d3b568b..5555232 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,5 @@ --- kind: pipeline -type: docker name: default node: region: cn diff --git a/Dockerfile b/Dockerfile index 6526893..e23c050 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,13 @@ FROM php:8.3.8-fpm # 作者信息 -LABEL MAINTAINER="xiaoqidun@gmail.com" +LABEL authors="xiaoqidun" # 安装扩展 RUN pecl install redis-6.0.2 \ && docker-php-ext-enable redis -RUN pecl install xdebug-3.3.1 \ +RUN pecl install xdebug-3.3.2 \ && docker-php-ext-enable xdebug RUN pecl install runkit7-4.0.0a6 \