fix: Increment PHP version in docker
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m24s

This commit is contained in:
PeterChrz 2026-04-01 00:04:47 -04:00
parent ae99e3ec8d
commit 16b4a84215
Signed by untrusted user who does not match committer: pch
GPG key ID: 8F0826ECF7302C63

View file

@ -29,7 +29,7 @@ COPY --from=composer-builder /app/vendor ./vendor
RUN npm run build RUN npm run build
# Stage 3: Production image # Stage 3: Production image
FROM php:8.2-fpm-alpine FROM php:8.4-fpm-alpine
# Install system dependencies and PHP extensions # Install system dependencies and PHP extensions
RUN apk add --no-cache \ RUN apk add --no-cache \