From 42a09f79d24c2988f57b2a22d87c53e512f5b7f0 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Mon, 5 Aug 2019 12:24:20 +0100 Subject: [PATCH] update docs --- README.md | 2 +- docs/versioning.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c559ac3..5df7214 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest/1.7.3 | Master Branch |1.16.0 | 7.3.6 | 3.9 | +| latest/1.7.4 | Master Branch |1.16.0 | 7.3.8 | 3.9 | For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 4b0e87d..722c6a9 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -30,6 +30,7 @@ The latest tag will always follow the master branch in git. the other versions w | 1.7.1 | 7.3.5 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.5 | | 1.7.2 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.6 | | 1.7.3 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump xdebug 2.7.2 | +| 1.7.4 | 7.3.8 |1.16.0 | 3.9 | 0.3.12 | upgrade php to 7.3.8 | These tags will be created on GitLab and as tags in docker hub.