File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Open diff view settings
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666RUN docker-php-ext-install soap
6767
6868ENV COMPOSER_HOME=/composer
69- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
69+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
7070
7171RUN apt-get update && apt-get -y install git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666RUN docker-php-ext-install soap
6767
6868ENV COMPOSER_HOME=/composer
69- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
69+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
7070
7171RUN apt-get update && apt-get -y install git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666RUN docker-php-ext-install soap
6767
6868ENV COMPOSER_HOME=/composer
69- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
69+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
7070
7171RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666RUN docker-php-ext-install soap
6767
6868ENV COMPOSER_HOME=/composer
69- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
69+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
7070
7171RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666RUN docker-php-ext-install soap
6767
6868ENV COMPOSER_HOME=/composer
69- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
69+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
7070
7171RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6464RUN docker-php-ext-install soap
6565
6666ENV COMPOSER_HOME=/composer
67- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
67+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
6868
6969RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7070
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6464RUN docker-php-ext-install soap
6565
6666ENV COMPOSER_HOME=/composer
67- COPY --from=composer:1.8.0 /usr/bin/composer /usr/local/bin/composer
67+ COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
6868
6969RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7070
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This is a docker php fpm image, based on the official php fpm image. It has the
3636 - ssh2 (0.13 for php 5 and 1.1.3 for php 7 https://pecl.php.net/package/ssh2 , currently disabled in 7.3)
3737 - amqp (1.9.1 for php <= 5.6, 1.9.3 for php <= 7.2, 1.9.4 for php 7.3)
3838 - sockets
39- - composer cli (1.8.0 )
39+ - composer cli (1.8.4 )
4040- git cli (2.1.4)
4141- vim (7.4)
4242- mysql-client (mysql Ver 14.14 Distrib 5.5.58)
You can’t perform that action at this time.
0 commit comments