update to 7.2.4

This commit is contained in:
Harvey
2018-04-23 14:44:52 +01:00
parent 60566f4386
commit a25774737c
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.2.0-fpm-alpine
FROM php:7.2.4-fpm-alpine
LABEL maintainer="Ric Harvey <ric@ngd.io>"
@@ -6,8 +6,8 @@ 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.7
ENV LUA_MODULE_VERSION 0.10.11
ENV NGINX_VERSION 1.14.0
ENV LUA_MODULE_VERSION 0.10.13
ENV DEVEL_KIT_MODULE_VERSION 0.3.0
ENV LUAJIT_LIB=/usr/lib
ENV LUAJIT_INC=/usr/include/luajit-2.1

View File

@@ -9,8 +9,8 @@ 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.12 | 3.4 |
| 1.4.1 | 7.2 Branch |1.13.7 | 7.2.0 | 3.6 |
| latest | Master Branch |1.14.0 | 7.2.4 | 3.6 |
| 1.5.0 | 7.2 Branch |1.14.0 | 7.2.4 | 3.6 |
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md)

View File

@@ -49,6 +49,7 @@ The latest tag will always follow the master branch in git. the other versions w
|-----|-------|-----|--------|--------|--------|
| 1.4.0 | 7.2.0 |1.13.2 | 7.2.0 | 3.6 | 0.3.5 |
| 1.4.1 | 7.2.0 |1.13.2 | 7.2.0 | 3.6 | 0.3.6 |
| 1.5.0 | 7.2.4 |1.14.0 | 7.2.4 | 3.6 | 0.3.6 |
These tags will be created as releases on GitHub and as tags in docker hub.