From 28f7fbdf263ebd83649d313b7475a4e5a3c9f100 Mon Sep 17 00:00:00 2001 From: Harvey Date: Sat, 2 Dec 2017 10:26:57 -0800 Subject: [PATCH] push 7.1.12 --- Dockerfile | 4 ++-- README.md | 2 +- docs/versioning.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c472567e..dbc18db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1.11-fpm-alpine +FROM php:7.1.12-fpm-alpine LABEL maintainer="Ric Harvey " @@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini ENV NGINX_VERSION 1.13.7 -ENV LUA_MODULE_VERSION 0.10.10 +ENV LUA_MODULE_VERSION 0.10.11 ENV DEVEL_KIT_MODULE_VERSION 0.3.0 ENV LUAJIT_LIB=/usr/lib ENV LUAJIT_INC=/usr/include/luajit-2.0 diff --git a/README.md b/README.md index ca8eebf8..9659cad6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest | Master Branch |1.13.7 | 7.1.11 | 3.4 | +| latest | Master Branch |1.13.7 | 7.1.12 | 3.4 | For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 0ae73496..18e5ae02 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -39,6 +39,7 @@ The latest tag will always follow the master branch in git. the other versions w | 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.9 | 1.3.9 |1.13.7 | 7.1.11 | 3.4 | 0.3.3 | +| 1.3.10 | 1.3.10 |1.13.7 | 7.1.12 | 3.4 | 0.3.4 | These tags will be created as releases on GitHub and as tags in docker hub.