File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV php_conf /usr/local/etc/php-fpm.conf
66ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88
9- ENV NGINX_VERSION 1.13.6
9+ ENV NGINX_VERSION 1.13.7
1010ENV LUA_MODULE_VERSION 0.10.10
1111ENV DEVEL_KIT_MODULE_VERSION 0.3.0
1212ENV LUAJIT_LIB=/usr/lib
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
99### Versioning
1010| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
1111| -----| -------| -----| --------| --------|
12- | latest | Master Branch | 1.13.6 | 7.1.11 | 3.4 |
12+ | latest | Master Branch | 1.13.7 | 7.1.11 | 3.4 |
1313
1414For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
1515
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ The latest tag will always follow the master branch in git. the other versions w
3838| 1.3.6 | 1.3.6 | 1.13.5 | 7.1.10 | 3.4 | 0.3.3 |
3939| 1.3.7 | 1.3.7 | 1.13.6 | 7.1.10 | 3.4 | 0.3.3 |
4040| 1.3.8 | 1.3.8 | 1.13.6 | 7.1.11 | 3.4 | 0.3.3 |
41+ | 1.3.9 | 1.3.9 | 1.13.7 | 7.1.11 | 3.4 | 0.3.3 |
4142
4243These tags will be created as releases on GitHub and as tags in docker hub.
4344
You can’t perform that action at this time.
0 commit comments