From ea2a529734827b11117a76b76c1756f9dca70a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 3 Jul 2023 11:34:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(8.2):=20=F0=9F=90=9E=20dir=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swoole/8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swoole/8.2/Dockerfile b/swoole/8.2/Dockerfile index 8836131..c957d39 100644 --- a/swoole/8.2/Dockerfile +++ b/swoole/8.2/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -m \ && php --ri swoole \ # ---------- some config ---------- - && cd /etc/php81 \ + && cd /etc/php82 \ # - config PHP && { \ echo "upload_max_filesize=128M"; \