From 49912ce3da29e806759606cee24dc196ed1af971 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 10 Oct 2017 16:43:23 +0100 Subject: [PATCH] update nginx to 1.13.6 --- Dockerfile | 2 +- README.md | 2 +- docs/versioning.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 314075b..570d5b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV php_conf /usr/local/etc/php-fpm.conf 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.5 +ENV NGINX_VERSION 1.13.6 ENV LUA_MODULE_VERSION 0.10.10 ENV DEVEL_KIT_MODULE_VERSION 0.3.0 ENV LUAJIT_LIB=/usr/lib diff --git a/README.md b/README.md index 7c25efd..28bc9b3 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.5 | 7.1.10 | 3.4 | +| latest | Master Branch |1.13.6 | 7.1.10 | 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 39a1f08..950475b 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -36,6 +36,7 @@ The latest tag will always follow the master branch in git. the other versions w | 1.3.4 | 1.3.4 |1.13.4 | 7.1.9 | 3.4 | 0.3.3 | | 1.3.5 | 1.3.5 |1.13.5 | 7.1.9 | 3.4 | 0.3.3 | | 1.3.6 | 1.3.6 |1.13.5 | 7.1.10 | 3.4 | 0.3.3 | +| 1.3.7 | 1.3.7 |1.13.6 | 7.1.10 | 3.4 | 0.3.3 | These tags will be created as releases on GitHub and as tags in docker hub.