Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 132744d

Browse filesBrowse files
committed
use composer 1.8.4
1 parent 6cc6edd commit 132744d
Copy full SHA for 132744d

File tree

Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

8 files changed

+8
-8
lines changed
Open diff view settings
Collapse file

‎5.4/Dockerfile‎

Copy file name to clipboardExpand all lines: 5.4/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666
RUN docker-php-ext-install soap
6767

6868
ENV 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

7171
RUN apt-get update && apt-get -y install git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272

Collapse file

‎5.5/Dockerfile‎

Copy file name to clipboardExpand all lines: 5.5/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666
RUN docker-php-ext-install soap
6767

6868
ENV 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

7171
RUN apt-get update && apt-get -y install git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272

Collapse file

‎5.6/Dockerfile‎

Copy file name to clipboardExpand all lines: 5.6/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666
RUN docker-php-ext-install soap
6767

6868
ENV 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

7171
RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272

Collapse file

‎7.0/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.0/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666
RUN docker-php-ext-install soap
6767

6868
ENV 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

7171
RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272

Collapse file

‎7.1/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.1/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6666
RUN docker-php-ext-install soap
6767

6868
ENV 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

7171
RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7272

Collapse file

‎7.2/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.2/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6464
RUN docker-php-ext-install soap
6565

6666
ENV 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

6969
RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7070

Collapse file

‎7.3/Dockerfile‎

Copy file name to clipboardExpand all lines: 7.3/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
6464
RUN docker-php-ext-install soap
6565

6666
ENV 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

6969
RUN apt-get update && apt-get install -y git vim mysql-client rsync sshpass bzip2 msmtp unzip
7070

Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.