From b8133aaca98900c2e91f41b3ad116b87798d2e9f Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 4 Feb 2021 23:54:07 +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=B0php=E5=88=B07.4.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7d8dbd..bd9ef15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # 基础镜像 -FROM php:7.4.14-fpm +FROM php:7.4.15-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com" # 安装扩展 -RUN pecl install redis-5.3.2 \ +RUN pecl install redis-5.3.3 \ && docker-php-ext-enable redis RUN pecl install xdebug-3.0.2 \