From 3cad468335bbdb29bf4ed0503d3def357783a481 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 13 Mar 2022 11:56:16 +0900 Subject: [PATCH] =?UTF-8?q?app:=20php=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 5d8a021..1a41510 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0-fpm-bullseye +FROM php:8.1-fpm-bullseye #debian ENV LC_ALL=C.UTF-8