From 62032f9e1ad391c8d1c72395b1e7a9b9186fba06 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Mon, 4 Sep 2017 09:30:24 +0100 Subject: [PATCH] update php to 7.1.9 --- Dockerfile | 2 +- README.md | 2 +- docs/versioning.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b19f86a..a2785f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1.8-fpm-alpine +FROM php:7.1.9-fpm-alpine MAINTAINER Ric Harvey diff --git a/README.md b/README.md index f0b0917..abea807 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.4 | 7.1.8 | 3.4 | +| latest | Master Branch |1.13.4 | 7.1.9 | 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 8490fb2..d1c7d1e 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -32,6 +32,7 @@ The latest tag will always follow the master branch in git. the other versions w | 1.3.0 | 1.3.0 |1.13.4 | 7.1.8 | 3.4 | 0.3.0 | | 1.3.1 | 1.3.1 |1.13.4 | 7.1.8 | 3.4 | 0.3.1 | | 1.3.2 | 1.3.2 |1.13.4 | 7.1.8 | 3.4 | 0.3.2 | +| 1.3.3 | 1.3.3 |1.13.4 | 7.1.9 | 3.4 | 0.3.2 | These tags will be created as releases on GitHub and as tags in docker hub.