Update to PHP 7.1.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM php:7.1.1-fpm-alpine
|
||||
FROM php:7.1.2-fpm-alpine
|
||||
|
||||
MAINTAINER ngineered <support@ngineered.co.uk>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
|
||||
### Versioning
|
||||
| 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)
|
||||
|
||||
|
||||
@@ -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 |
|
||||
| 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.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.
|
||||
|
||||
Reference in New Issue
Block a user