PHP 7.2.7 release

This commit is contained in:
Ric Harvey
2018-06-29 10:36:46 +01:00
parent 11a553aad6
commit 0063728e48
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.2.6-fpm-alpine
FROM php:7.2.7-fpm-alpine
LABEL maintainer="Ric Harvey <ric@ngd.io>"

View File

@@ -10,8 +10,8 @@ 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 | Master Branch |1.14.0 | 7.2.6 | 3.7 |
| 1.5.2 | 7.2 Branch |1.14.0 | 7.2.6 | 3.7 |
| latest | Master Branch |1.14.0 | 7.2.7 | 3.7 |
| 1.5.3 | 7.2 Branch |1.14.0 | 7.2.7 | 3.7 |
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)

View File

@@ -22,6 +22,7 @@ The latest tag will always follow the master branch in git. the other versions w
| 1.5.0 | 7.2.4 |1.14.0 | 7.2.4 | 3.6 | 0.3.6 |
| 1.5.1 | 7.2.6 |1.14.0 | 7.2.4 | 3.7 | 0.3.6 |
| 1.5.2 | 7.2.6 |1.14.0 | 7.2.4 | 3.7 | 0.3.7 |
| 1.5.3 | 7.2.7 |1.14.0 | 7.2.4 | 3.7 | 0.3.7 |
These tags will be created on GitLab and as tags in docker hub.