fix: Increment PHP version in docker
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m24s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m24s
This commit is contained in:
parent
ae99e3ec8d
commit
16b4a84215
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue