issues/27: PHP 8.4 runtime for composer platform

This commit is contained in:
Valery Petrov
2026-05-28 16:39:26 +03:00
parent 52cee39c02
commit db050fa84d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ COPY . .
RUN composer dump-autoload --classmap-authoritative --no-dev \
&& composer run-script --no-dev post-install-cmd || true
FROM php:8.2-fpm-alpine AS runtime
FROM php:8.4-fpm-alpine AS runtime
WORKDIR /app