build against php 7.1.10

This commit is contained in:
Ric Harvey
2017-10-02 08:54:23 +01:00
parent 9c6d64ab52
commit 39658d8ab2
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.1.9-fpm-alpine FROM php:7.1.10-fpm-alpine
MAINTAINER Ric Harvey <ric@ngd.io> MAINTAINER Ric Harvey <ric@ngd.io>

View File

@@ -9,7 +9,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.13.5 | 7.1.9 | 3.4 | | latest | Master Branch |1.13.5 | 7.1.10 | 3.4 |
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md) For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md)

View File

@@ -35,6 +35,7 @@ The latest tag will always follow the master branch in git. the other versions w
| 1.3.3 | 1.3.3 |1.13.4 | 7.1.9 | 3.4 | 0.3.2 | | 1.3.3 | 1.3.3 |1.13.4 | 7.1.9 | 3.4 | 0.3.2 |
| 1.3.4 | 1.3.4 |1.13.4 | 7.1.9 | 3.4 | 0.3.3 | | 1.3.4 | 1.3.4 |1.13.4 | 7.1.9 | 3.4 | 0.3.3 |
| 1.3.5 | 1.3.5 |1.13.5 | 7.1.9 | 3.4 | 0.3.3 | | 1.3.5 | 1.3.5 |1.13.5 | 7.1.9 | 3.4 | 0.3.3 |
| 1.3.6 | 1.3.6 |1.13.5 | 7.1.10 | 3.4 | 0.3.3 |
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.