From 596aebeb80ab7f73394809dd370b7e55c9335711 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 7 Jul 2021 13:35:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d33f85c..b15e4b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM php:7.4.19-fpm +FROM php:7.4.21-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com"