fix(ci): install deps on PHP 8.4 (Symfony 8 requires >=8.4)

This commit is contained in:
mchev
2026-03-21 19:03:37 +01:00
parent c901114fc0
commit d4e19646ee
5 changed files with 7 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM node:20 AS static_builder
COPY . /var/www/html
RUN yarn && yarn build
FROM serversideup/php:8.3-fpm-nginx-alpine AS base
FROM serversideup/php:8.4-fpm-nginx-alpine AS base
USER root
RUN apk add --no-cache bash nano
RUN install-php-extensions exif