issues/27: PHP 8.4 runtime for composer platform
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user