update version in docs

This commit is contained in:
Ric Harvey
2019-03-05 21:14:41 +00:00
parent 90748a8c1a
commit 1658c95859
2 changed files with 7 additions and 1 deletions

View File

@@ -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)

View File

@@ -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 |