Актуализация версий

This commit is contained in:
2025-01-08 13:25:44 +08:00
parent fec161f77b
commit 3118259ae5
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
FROM php:8.1-fpm
FROM php:8.3-fpm
# https://pecl.php.net/package/xdebug
RUN pecl channel-update pecl.php.net && \
pecl install xdebug-3.2.0
pecl install xdebug-3.3.2
EXPOSE 9000
WORKDIR /var/www