bump composer and xdebug for 8.1

This commit is contained in:
2021-10-13 14:10:15 +07:00
parent 8e5f064db5
commit 25c34792b3
2 changed files with 4 additions and 4 deletions

View File

@@ -17,14 +17,14 @@ RUN docker-php-ext-configure gd --enable-gd \
&& PHP_OPENSSL=yes docker-php-ext-configure imap --with-imap-ssl \
&& docker-php-ext-install imap
ARG PHP_XDEBUG_VERSION=3.0.4
ARG PHP_XDEBUG_VERSION=3.1.0
RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
#ARG PHP_RDKAFKA_VERSION=4.1.2
#RUN pecl install rdkafka-${PHP_RDKAFKA_VERSION} && docker-php-ext-enable rdkafka
# Install composer
ARG COMPOSER_VERSION=2.1.3
ARG COMPOSER_VERSION=2.1.9
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \