This commit is contained in:
2025-11-29 15:54:35 +09:00
parent 5519c311ad
commit 25613eea05

View File

@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm
# 必要なパッケージのインストール
RUN apt-get update && apt-get install -y \