Use PHP 8.4 Docker image

This commit is contained in:
2026-06-03 03:05:38 +05:00
parent d67a36b1f5
commit a1256cc2d8
+1 -1
View File
@@ -21,7 +21,7 @@ COPY . .
RUN npm run build RUN npm run build
# Stage 2: PHP-FPM app # Stage 2: PHP-FPM app
FROM php:8.2-fpm-alpine AS app FROM php:8.4-fpm-alpine AS app
WORKDIR /var/www/html WORKDIR /var/www/html
RUN apk add --no-cache \ RUN apk add --no-cache \