Update to PHP 7.1.2

This commit is contained in:
Ric Harvey
2017-02-21 12:44:02 +00:00
parent f9298a7462
commit e7cbabc006
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.1.1-fpm-alpine FROM php:7.1.2-fpm-alpine
MAINTAINER ngineered <support@ngineered.co.uk> MAINTAINER ngineered <support@ngineered.co.uk>

View File

@@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
### Versioning ### Versioning
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
|-----|-------|-----|--------|--------| |-----|-------|-----|--------|--------|
| latest | Master Branch |1.11.10 | 7.1.1 | 3.4 | | latest | Master Branch |1.11.10 | 7.1.2 | 3.4 |
For other tags please see: [versioning](docs/versioning.md) For other tags please see: [versioning](docs/versioning.md)

View File

@@ -18,5 +18,6 @@ The latest tag will always follow the master branch in git. the other versions w
| latest | Master Branch |1.11.10 | 7.1.2 | 3.4 | 0.2.6 | | latest | Master Branch |1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
| 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 | | 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 |
| 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 | | 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |
| 1.1.3 | 1.1.3 |1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
These tags will be created as releases on GitHub and as tags in docker hub. These tags will be created as releases on GitHub and as tags in docker hub.