add two more

This commit is contained in:
mcoder 2026-07-04 21:16:28 +03:30
parent e2db896bdd
commit c7dedc46a5

View File

@ -17,7 +17,7 @@ RUN composer install \
# =========================
# Stage 2: Runtime image
# =========================
FROM php:8.2-fpm-bookworm
FROM php:8.4-fpm-bookworm
WORKDIR /var/www/html