File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.2.0 -fpm-alpine
1+ FROM php:7.2.4 -fpm-alpine
22
33LABEL maintainer="Ric Harvey <ric@ngd.io>"
44
55ENV 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.7
10- ENV LUA_MODULE_VERSION 0.10.11
9+ ENV NGINX_VERSION 1.14.0
10+ ENV LUA_MODULE_VERSION 0.10.13
1111ENV DEVEL_KIT_MODULE_VERSION 0.3.0
1212ENV LUAJIT_LIB=/usr/lib
1313ENV LUAJIT_INC=/usr/include/luajit-2.1
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ 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.7 | 7.1.12 | 3.4 |
13- | 1.4.1 | 7.2 Branch | 1.13.7 | 7.2.0 | 3.6 |
12+ | latest | Master Branch | 1.14.0 | 7.2.4 | 3.6 |
13+ | 1.5.0 | 7.2 Branch | 1.14.0 | 7.2.4 | 3.6 |
1414
1515For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
1616
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ The latest tag will always follow the master branch in git. the other versions w
4949| -----| -------| -----| --------| --------| --------|
5050| 1.4.0 | 7.2.0 | 1.13.2 | 7.2.0 | 3.6 | 0.3.5 |
5151| 1.4.1 | 7.2.0 | 1.13.2 | 7.2.0 | 3.6 | 0.3.6 |
52+ | 1.5.0 | 7.2.4 | 1.14.0 | 7.2.4 | 3.6 | 0.3.6 |
5253
5354These tags will be created as releases on GitHub and as tags in docker hub.
5455
You can’t perform that action at this time.
0 commit comments