bump php 7.3.x version

bump composer version for all php minors, bump xdebug version for 8.0.x
This commit is contained in:
2021-11-18 17:41:20 +07:00
parent 2cf1eb47ca
commit e7157ca689
5 changed files with 11 additions and 11 deletions

View File

@@ -17,11 +17,11 @@ 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.1.0
ARG PHP_XDEBUG_VERSION=3.1.1
RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
# Install composer
ARG COMPOSER_VERSION=2.1.9
ARG COMPOSER_VERSION=2.1.12
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \