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

@@ -21,7 +21,7 @@ ARG PHP_RDKAFKA_VERSION=3.1.2
RUN pecl install rdkafka-${PHP_RDKAFKA_VERSION} && docker-php-ext-enable rdkafka
# Install composer
ARG COMPOSER_VERSION=1.10.22
ARG COMPOSER_VERSION=1.10.23
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \