Compare commits

...

1 Commits

Author SHA1 Message Date
hackerESQ 34223960f8 chore: Bump PHP version to 8.4
see #150
2025-11-06 21:10:53 -06:00
+2 -2
View File
@@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM php:8.3-fpm AS builder
FROM php:8.4-fpm AS builder
ENV DEBIAN_FRONTEND=noninteractive
ENV APP_NAME=Investbrain
@@ -39,7 +39,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
&& rm -rf node_modules
# Stage 2: Production stage
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine
# Set the working directory
WORKDIR /var/app