mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00:00
fix(ci): install deps on PHP 8.4 (Symfony 8 requires >=8.4)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user