From f24f94ed5f85f7353b858a1322f66ae0109162df Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 8 Jan 2021 15:25:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91de9ea..e7d8dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ # 基础镜像 -FROM php:7.4-fpm +FROM php:7.4.14-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com" # 安装扩展 -RUN pecl install redis-5.3.1 \ +RUN pecl install redis-5.3.2 \ && docker-php-ext-enable redis -RUN pecl install xdebug-2.9.6 \ +RUN pecl install xdebug-3.0.2 \ && docker-php-ext-enable xdebug RUN docker-php-ext-install -j$(nproc) \