From d9bdc5a48cd8fea013cfd3a4ba5f8166b8a9117e Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Mon, 28 Aug 2023 20:59:59 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a238ac6..c533e82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM php:8.2.8-fpm +FROM php:8.2.9-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com"