bump php, composer, xdebug versions

This commit is contained in:
2021-12-10 11:23:17 +07:00
parent 55d2f99b7c
commit b035b310e8
5 changed files with 15 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ RUN docker-php-ext-configure imap --with-imap-ssl \
&& docker-php-ext-install imap
# Install composer
ARG COMPOSER_VERSION=1.10.23
ARG COMPOSER_VERSION=1.10.24
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION}\