From 53e524a529e2dd2c1d8f78a654f7faa026f47e53 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 14 Feb 2024 06:25:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F?= 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 3ccec22..2d01143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM php:8.2.12-fpm +FROM php:8.2.15-fpm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com"