Upgrade to Alpine Linux 3.19 and PHP 8.3

This commit is contained in:
Tim de Pater
2024-01-15 20:38:00 +01:00
parent b829e435a1
commit 1545dc1818
5 changed files with 31 additions and 31 deletions

View File

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