From a47a6e52194acad0569cdda87331aa93c9f279cc Mon Sep 17 00:00:00 2001 From: anfu Date: Thu, 12 Sep 2024 22:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=A1=80=E9=95=9C?= =?UTF-8?q?=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 8ee5532..c88c198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.16-cli-alpine3.19 +FROM php:8.2.16-fpm-alpine3.19 LABEL org.opencontainers.image.authors="anfu"