diff --git a/README.md b/README.md index a09d64a..5e20095 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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.5.7 | Master Branch |1.14.0 | 7.2.10 | 3.7 | +| latest/1.6.0 | Master Branch |1.14.2 | 7.3.2 | 3.7 | 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 a8c26ae..76465bc 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -13,6 +13,12 @@ We will use the [semver](http://ricostacruz.com/cheatsheets/semver.html) style n The latest tag will always follow the master branch in git. the other versions will have releases attached. +#### PHP 7.3 + +| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | +|-----|-------|-----|--------|--------| +| 1.6.0 | 7.3.2 |1.14.2 | 3.7 | 0.3.8 | + #### PHP 7.2 | Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts |