Skip to content

Commit 28f7fbd

Browse files
author
Harvey
committed
push 7.1.12
1 parent e54da3b commit 28f7fbd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1.11-fpm-alpine
1+
FROM php:7.1.12-fpm-alpine
22

33
LABEL maintainer="Ric Harvey <ric@ngd.io>"
44

@@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88

99
ENV NGINX_VERSION 1.13.7
10-
ENV LUA_MODULE_VERSION 0.10.10
10+
ENV LUA_MODULE_VERSION 0.10.11
1111
ENV DEVEL_KIT_MODULE_VERSION 0.3.0
1212
ENV LUAJIT_LIB=/usr/lib
1313
ENV LUAJIT_INC=/usr/include/luajit-2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.7 | 7.1.11 | 3.4 |
12+
| latest | Master Branch |1.13.7 | 7.1.12 | 3.4 |
1313

1414
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md)
1515

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The latest tag will always follow the master branch in git. the other versions w
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 |
4141
| 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 |
4243

4344
These tags will be created as releases on GitHub and as tags in docker hub.
4445

0 commit comments

Comments
 (0)