From ec68377044133320a2c9a480a96a5aeda18e7a05 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 8 Oct 2024 19:33:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=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 87197d6..e2a307a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM php:8.3.11-fpm +FROM php:8.3.12-fpm # 作者信息 LABEL authors="xiaoqidun"