updating nginc to 1.13.7

This commit is contained in:
Harvey
2017-11-21 17:57:29 +00:00
parent 8b015d7d29
commit e54da3b9dc
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ENV php_conf /usr/local/etc/php-fpm.conf
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
ENV NGINX_VERSION 1.13.6 ENV NGINX_VERSION 1.13.7
ENV LUA_MODULE_VERSION 0.10.10 ENV LUA_MODULE_VERSION 0.10.10
ENV DEVEL_KIT_MODULE_VERSION 0.3.0 ENV DEVEL_KIT_MODULE_VERSION 0.3.0
ENV LUAJIT_LIB=/usr/lib ENV LUAJIT_LIB=/usr/lib

View File

@@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
### Versioning ### Versioning
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
|-----|-------|-----|--------|--------| |-----|-------|-----|--------|--------|
| latest | Master Branch |1.13.6 | 7.1.11 | 3.4 | | latest | Master Branch |1.13.7 | 7.1.11 | 3.4 |
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md) For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md)

View File

@@ -38,6 +38,7 @@ The latest tag will always follow the master branch in git. the other versions w
| 1.3.6 | 1.3.6 |1.13.5 | 7.1.10 | 3.4 | 0.3.3 | | 1.3.6 | 1.3.6 |1.13.5 | 7.1.10 | 3.4 | 0.3.3 |
| 1.3.7 | 1.3.7 |1.13.6 | 7.1.10 | 3.4 | 0.3.3 | | 1.3.7 | 1.3.7 |1.13.6 | 7.1.10 | 3.4 | 0.3.3 |
| 1.3.8 | 1.3.8 |1.13.6 | 7.1.11 | 3.4 | 0.3.3 | | 1.3.8 | 1.3.8 |1.13.6 | 7.1.11 | 3.4 | 0.3.3 |
| 1.3.9 | 1.3.9 |1.13.7 | 7.1.11 | 3.4 | 0.3.3 |
These tags will be created as releases on GitHub and as tags in docker hub. These tags will be created as releases on GitHub and as tags in docker hub.