Update to PHP 8.4

This commit is contained in:
Mark Hewitt
2024-12-20 00:31:07 +11:00
committed by Tim de Pater
parent 43aa4be9b7
commit 7be04d94a2
5 changed files with 30 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ FROM trafex/php-nginx:latest
USER root
# Install xdebug
RUN apk add --no-cache php83-pecl-xdebug
RUN apk add --no-cache php84-pecl-xdebug
# Add configuration
COPY xdebug.ini ${PHP_INI_DIR}/conf.d/xdebug.ini