-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
899b436
commit f855378
Showing
12 changed files
with
78 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM php:7.0.6-apache | ||
FROM php:7.0.8-apache | ||
|
||
MAINTAINER [email protected] | ||
|
||
|
@@ -35,7 +35,7 @@ RUN apt-get update \ | |
# Next composer and global composer package, as their versions may change from time to time | ||
RUN curl -sS https://getcomposer.org/installer | php \ | ||
&& mv composer.phar /usr/local/bin/composer.phar \ | ||
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \ | ||
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \ | ||
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \ | ||
&& composer.phar global require --no-progress "codeception/specify=*" \ | ||
&& composer.phar global require --no-progress "codeception/verify=*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM php:7.0.6-fpm | ||
FROM php:7.0.8-fpm | ||
|
||
MAINTAINER [email protected] | ||
|
||
|
@@ -35,7 +35,7 @@ RUN apt-get update \ | |
# Next composer and global composer package, as their versions may change from time to time | ||
RUN curl -sS https://getcomposer.org/installer | php \ | ||
&& mv composer.phar /usr/local/bin/composer.phar \ | ||
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.1.4" \ | ||
&& composer.phar global require --no-progress "fxp/composer-asset-plugin:~1.2.0" \ | ||
&& composer.phar global require --no-progress "codeception/codeception=2.0.*" \ | ||
&& composer.phar global require --no-progress "codeception/specify=*" \ | ||
&& composer.phar global require --no-progress "codeception/verify=*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.