From 23798cccc3c903abcf19e52c0210225c44426f6d Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 26 Mar 2021 11:13:15 +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 bd9ef15..0bf4bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ # 基础镜像 -FROM php:7.4.15-fpm +FROM php:7.4.16-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com" # 安装扩展 -RUN pecl install redis-5.3.3 \ +RUN pecl install redis-5.3.4 \ && docker-php-ext-enable redis -RUN pecl install xdebug-3.0.2 \ +RUN pecl install xdebug-3.0.3 \ && docker-php-ext-enable xdebug RUN docker-php-ext-install -j$(nproc) \