File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM php:7.1.11 -fpm-alpine
1
+ FROM php:7.1.12 -fpm-alpine
2
2
3
3
LABEL maintainer="Ric Harvey <ric@ngd.io>"
4
4
@@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
7
7
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
8
8
9
9
ENV NGINX_VERSION 1.13.7
10
- ENV LUA_MODULE_VERSION 0.10.10
10
+ ENV LUA_MODULE_VERSION 0.10.11
11
11
ENV DEVEL_KIT_MODULE_VERSION 0.3.0
12
12
ENV LUAJIT_LIB=/usr/lib
13
13
ENV LUAJIT_INC=/usr/include/luajit-2.0
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
9
9
### Versioning
10
10
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
11
11
| -----| -------| -----| --------| --------|
12
- | latest | Master Branch | 1.13.7 | 7.1.11 | 3.4 |
12
+ | latest | Master Branch | 1.13.7 | 7.1.12 | 3.4 |
13
13
14
14
For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
15
15
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The latest tag will always follow the master branch in git. the other versions w
39
39
| 1.3.7 | 1.3.7 | 1.13.6 | 7.1.10 | 3.4 | 0.3.3 |
40
40
| 1.3.8 | 1.3.8 | 1.13.6 | 7.1.11 | 3.4 | 0.3.3 |
41
41
| 1.3.9 | 1.3.9 | 1.13.7 | 7.1.11 | 3.4 | 0.3.3 |
42
+ | 1.3.10 | 1.3.10 | 1.13.7 | 7.1.12 | 3.4 | 0.3.4 |
42
43
43
44
These tags will be created as releases on GitHub and as tags in docker hub.
44
45
You can’t perform that action at this time.
0 commit comments