From 8a03d32faf6f586292e129109484cbd16e4752a2 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 14 Mar 2024 12:41:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 216cffd..1a65638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com" 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 \