update to nginx 1.11.10/versioning/composer fix closes #95

This commit is contained in:
Ric Harvey
2017-02-17 11:24:54 +00:00
parent 59e4b25182
commit cdfba3cfd0
6 changed files with 38 additions and 29 deletions

View File

@@ -7,11 +7,12 @@ This is a Dockerfile/image to build a container for nginx and php-fpm, with the
If you have improvements or suggestions please open an issue or pull request on the GitHub project page.
### Versions
| Tag | Nginx | PHP | Alpine |
### Versioning
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
|-----|-------|-----|--------|
| latest | 1.11.9 | 7.1.1 | 3.4 |
| php71 | 1.11.9 | 7.1.1 | 3.4 |
| latest | Master Branch |1.11.10 | 7.1.1 | 3.4 |
For other tags please see: [versioning](docs/versioning.md)
### Links
- [https://github.com/ngineered/nginx-php-fpm](https://github.com/ngineered/nginx-php-fpm)
@@ -38,6 +39,7 @@ For more detailed examples and explanations please refer to the documentation.
## Documentation
- [Building from source](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/building.md)
- [Versioning](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/versioning.md)
- [Config Flags](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/config_flags.md)
- [Git Auth](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/git_auth.md)
- [Personal Access token](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/git_auth.md#personal-access-token)