Актуализация версий
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user