bump php, composer and xdebug versions

This commit is contained in:
2020-11-02 11:07:49 +07:00
parent 78b91c23c5
commit 4a505c5564
4 changed files with 14 additions and 14 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.10
ARG COMPOSER_VERSION=1.10.17
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION}\